Html Css Color HEX #2BD609 Lime Green

📋 copy color: '#2BD609'

red 43 ◦ green 214 ◦ blue 9

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

Shades of Lime Green #2BD609

Tints of Lime Green #2BD609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.38%

R = 16.17%
G = 80.45%
B = 3.38%

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

#2BD609 (or 0x2BD609) is known color: Lime Green. HEX triplet: 2B, D6 and 09. RGB value is (43,214,9). Sum of RGB (Red+Green+Blue) = 43+214+9=266 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.17% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD609 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD609 is #D429F6. Grayscale: #8C8C8C. Windows color (decimal): -13904375 or 644651. OLE color: 644651.

HSL color Cylindrical-coordinate representation of color #2BD609: hue angle of 110.05º degrees, saturation: 0.92, 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 #2BD609 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 9 -
CMYK 0.80 0 0.96 0.16
HSL 110.05º 0.92% 0.44% -
HSV(B) 110.05º 0.96% 0.84% -
XYZ 25.09 48.63 8.32 -
YUV 139.5 54.35 59.17 -
System Red Green Blue C M Y K H S L
Decimal 43 214 9 0.80 0 0.96 0.16 110.05 0.92 0.44
Hex 2B D6 9 50 0 60 10 6E 5C 2C
Octal 53 326 11 120 0 140 20 156 134 54
Binary 101011 11010110 1001 1010000 0 1100000 10000 1101110 1011100 101100

Color Harmonies of #2BD609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD609

Black with #2BD609

Text Example


Text Example

White with #2BD609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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