Html Css Color HEX #2BB024 Lime Green

📋 copy color: '#2BB024'

red 43 ◦ green 176 ◦ blue 36

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

Shades of Lime Green #2BB024

Tints of Lime Green #2BB024

RGB

 RED value IS 43 (17.19% from 255) = 16.86%

 GREEN value IS 176 (69.14% from 255) = 69.02%

 BLUE value IS 36 (14.45% from 255) = 14.12%

R = 16.86%
G = 69.02%
B = 14.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#2BB024 (or 0x2BB024) is known color: Lime Green. HEX triplet: 2B, B0 and 24. RGB value is (43,176,36). Sum of RGB (Red+Green+Blue) = 43+176+36=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 176 (69.14% from 255 or 69.02% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BB024 is #D44FDB. Grayscale: #787878. Windows color (decimal): -13914076 or 2404395. OLE color: 2404395.

HSL color Cylindrical-coordinate representation of color #2BB024: hue angle of 117º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BB024 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 43 176 36 -
CMYK 0.76 0 0.80 0.31
HSL 117º 0.66% 0.42% -
HSV(B) 117º 0.8% 0.69% -
XYZ 16.84 31.69 6.9 -
YUV 120.27 80.44 72.88 -
System Red Green Blue C M Y K H S L
Decimal 43 176 36 0.76 0 0.80 0.31 117 0.66 0.42
Hex 2B B0 24 4C 0 50 1F 75 42 2A
Octal 53 260 44 114 0 120 37 165 102 52
Binary 101011 10110000 100100 1001100 0 1010000 11111 1110101 1000010 101010

Color Harmonies of #2BB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB024

Black with #2BB024

Text Example


Text Example

White with #2BB024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,176,36); }

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

background-color css

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

 a { background-color: rgb(43,176,36); }

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

border-color css

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

 span { border-color: rgb(43,176,36); }

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