Html Css Color HEX #2DBB2B Lime Green

📋 copy color: '#2DBB2B'

red 45 ◦ green 187 ◦ blue 43

#2DBB2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2DBB2B

Tints of Lime Green #2DBB2B

RGB

 RED value IS 45 (17.97% from 255) = 16.36%

 GREEN value IS 187 (73.44% from 255) = 68%

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 16.36%
G = 68%
B = 15.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2DBB2B (or 0x2DBB2B) is known color: Lime Green. HEX triplet: 2D, BB and 2B. RGB value is (45,187,43). Sum of RGB (Red+Green+Blue) = 45+187+43=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #2DBB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBB2B is #D244D4. Grayscale: #808080. Windows color (decimal): -13780181 or 2865965. OLE color: 2865965.

HSL color Cylindrical-coordinate representation of color #2DBB2B: hue angle of 119.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBB2B is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 187 43 -
CMYK 0.76 0 0.77 0.27
HSL 119.17º 0.63% 0.45% -
HSV(B) 119.17º 0.77% 0.73% -
XYZ 19.29 36.27 8.27 -
YUV 128.13 79.96 68.71 -
System Red Green Blue C M Y K H S L
Decimal 45 187 43 0.76 0 0.77 0.27 119.17 0.63 0.45
Hex 2D BB 2B 4C 0 4D 1B 77 3F 2D
Octal 55 273 53 114 0 115 33 167 77 55
Binary 101101 10111011 101011 1001100 0 1001101 11011 1110111 111111 101101

Color Harmonies of #2DBB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBB2B

Black with #2DBB2B

Text Example


Text Example

White with #2DBB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DBB2B; }

 p { color: rgb(45,187,43); }

 H1.HeaderClassName
 {
   color: #2DBB2B;
 }
 .AnyTagClassName
 {
   color: #2DBB2B;
 }
</style>

background-color css

<style>
 a { background-color: #2DBB2B; }

 a { background-color: rgb(45,187,43); }

 div.DivClassName
 {
   background-color: #2DBB2B;
 }
 .BgClassName
 {
   background-color: #2DBB2B;
 }
</style>

border-color css

<style>
 span { border-color: #2DBB2B; }

 span { border-color: rgb(45,187,43); }

 td.TdClassName
 {
   border-color: #2DBB2B;
 }
 .TagClassName
 {
   border-color: #2DBB2B;
 }
</style>