Html Css Color HEX #2BD608 Lime Green

📋 copy color: '#2BD608'

red 43 ◦ green 214 ◦ blue 8

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

Shades of Lime Green #2BD608

Tints of Lime Green #2BD608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.75%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 16.23%
G = 80.75%
B = 3.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#2BD608 (or 0x2BD608) is known color: Lime Green. HEX triplet: 2B, D6 and 08. RGB value is (43,214,8). Sum of RGB (Red+Green+Blue) = 43+214+8=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD608 is #D429F7. Grayscale: #8C8C8C. Windows color (decimal): -13904376 or 579115. OLE color: 579115.

HSL color Cylindrical-coordinate representation of color #2BD608: hue angle of 109.81º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BD608 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 8 -
CMYK 0.80 0 0.96 0.16
HSL 109.81º 0.93% 0.44% -
HSV(B) 109.81º 0.96% 0.84% -
XYZ 25.09 48.62 8.29 -
YUV 139.39 53.85 59.25 -
System Red Green Blue C M Y K H S L
Decimal 43 214 8 0.80 0 0.96 0.16 109.81 0.93 0.44
Hex 2B D6 8 50 0 60 10 6E 5D 2C
Octal 53 326 10 120 0 140 20 156 135 54
Binary 101011 11010110 1000 1010000 0 1100000 10000 1101110 1011101 101100

Color Harmonies of #2BD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD608

Black with #2BD608

Text Example


Text Example

White with #2BD608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,214,8); }

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

background-color css

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

 a { background-color: rgb(43,214,8); }

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

border-color css

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

 span { border-color: rgb(43,214,8); }

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