Html Css Color HEX #2BD709 Lime Green

📋 copy color: '#2BD709'

red 43 ◦ green 215 ◦ blue 9

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

Shades of Lime Green #2BD709

Tints of Lime Green #2BD709

RGB

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

 GREEN value IS 215 (84.38% from 255) = 80.52%

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

R = 16.1%
G = 80.52%
B = 3.37%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#2BD709 (or 0x2BD709) is known color: Lime Green. HEX triplet: 2B, D7 and 09. RGB value is (43,215,9). Sum of RGB (Red+Green+Blue) = 43+215+9=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 215 (84.38% from 255 or 80.52% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD709 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BD709 is #D428F6. Grayscale: #8C8C8C. Windows color (decimal): -13904119 or 644907. OLE color: 644907.

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

Color convert

RGB 43 215 9 -
CMYK 0.8 0 0.96 0.16
HSL 110.1º 0.92% 0.44% -
HSV(B) 110.1º 0.96% 0.84% -
XYZ 25.35 49.13 8.41 -
YUV 140.09 54.02 58.75 -
System Red Green Blue C M Y K H S L
Decimal 43 215 9 0.8 0 0.96 0.16 110.1 0.92 0.44
Hex 2B D7 9 50 0 60 10 6E 5C 2C
Octal 53 327 11 120 0 140 20 156 134 54
Binary 101011 11010111 1001 1010000 0 1100000 10000 1101110 1011100 101100

Color Harmonies of #2BD709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD709

Black with #2BD709

Text Example


Text Example

White with #2BD709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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