Html Css Color HEX #2DBF16 Lime Green

📋 copy color: '#2DBF16'

red 45 ◦ green 191 ◦ blue 22

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

Shades of Lime Green #2DBF16

Tints of Lime Green #2DBF16

RGB

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

 GREEN value IS 191 (75% from 255) = 74.03%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 17.44%
G = 74.03%
B = 8.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#2DBF16 (or 0x2DBF16) is known color: Lime Green. HEX triplet: 2D, BF and 16. RGB value is (45,191,22). Sum of RGB (Red+Green+Blue) = 45+191+22=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 191 (75% from 255 or 74.03% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DBF16 is #D240E9. Grayscale: #808080. Windows color (decimal): -13779178 or 1490733. OLE color: 1490733.

HSL color Cylindrical-coordinate representation of color #2DBF16: hue angle of 111.83º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DBF16 is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 191 22 -
CMYK 0.76 0 0.88 0.25
HSL 111.83º 0.79% 0.42% -
HSV(B) 111.83º 0.88% 0.75% -
XYZ 19.86 37.88 7.02 -
YUV 128.08 68.13 68.74 -
System Red Green Blue C M Y K H S L
Decimal 45 191 22 0.76 0 0.88 0.25 111.83 0.79 0.42
Hex 2D BF 16 4C 0 58 19 70 4F 2A
Octal 55 277 26 114 0 130 31 160 117 52
Binary 101101 10111111 10110 1001100 0 1011000 11001 1110000 1001111 101010

Color Harmonies of #2DBF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF16

Black with #2DBF16

Text Example


Text Example

White with #2DBF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,191,22); }

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

background-color css

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

 a { background-color: rgb(45,191,22); }

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

border-color css

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

 span { border-color: rgb(45,191,22); }

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