Html Css Color HEX #2DBF24 Lime Green

📋 copy color: '#2DBF24'

red 45 ◦ green 191 ◦ blue 36

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

Shades of Lime Green #2DBF24

Tints of Lime Green #2DBF24

RGB

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

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

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

R = 16.54%
G = 70.22%
B = 13.24%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#2DBF24 (or 0x2DBF24) is known color: Lime Green. HEX triplet: 2D, BF and 24. RGB value is (45,191,36). Sum of RGB (Red+Green+Blue) = 45+191+36=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 191 (75% from 255 or 70.22% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBF24 is #D240DB. Grayscale: #828282. Windows color (decimal): -13779164 or 2408237. OLE color: 2408237.

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

Color convert

RGB 45 191 36 -
CMYK 0.76 0 0.81 0.25
HSL 116.52º 0.68% 0.45% -
HSV(B) 116.52º 0.81% 0.75% -
XYZ 20.03 37.95 7.94 -
YUV 129.68 75.13 67.6 -
System Red Green Blue C M Y K H S L
Decimal 45 191 36 0.76 0 0.81 0.25 116.52 0.68 0.45
Hex 2D BF 24 4C 0 51 19 75 44 2D
Octal 55 277 44 114 0 121 31 165 104 55
Binary 101101 10111111 100100 1001100 0 1010001 11001 1110101 1000100 101101

Color Harmonies of #2DBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF24

Black with #2DBF24

Text Example


Text Example

White with #2DBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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