Html Css Color HEX #2DCF15 Lime Green

📋 copy color: '#2DCF15'

red 45 ◦ green 207 ◦ blue 21

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

Shades of Lime Green #2DCF15

Tints of Lime Green #2DCF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 75.82%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 16.48%
G = 75.82%
B = 7.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#2DCF15 (or 0x2DCF15) is known color: Lime Green. HEX triplet: 2D, CF and 15. RGB value is (45,207,21). Sum of RGB (Red+Green+Blue) = 45+207+21=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF15 is #D230EA. Grayscale: #898989. Windows color (decimal): -13775083 or 1429293. OLE color: 1429293.

HSL color Cylindrical-coordinate representation of color #2DCF15: hue angle of 112.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DCF15 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 207 21 -
CMYK 0.78 0 0.90 0.19
HSL 112.26º 0.82% 0.45% -
HSV(B) 112.26º 0.9% 0.81% -
XYZ 23.53 45.24 8.2 -
YUV 137.36 62.33 62.12 -
System Red Green Blue C M Y K H S L
Decimal 45 207 21 0.78 0 0.90 0.19 112.26 0.82 0.45
Hex 2D CF 15 4E 0 5A 13 70 52 2D
Octal 55 317 25 116 0 132 23 160 122 55
Binary 101101 11001111 10101 1001110 0 1011010 10011 1110000 1010010 101101

Color Harmonies of #2DCF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF15

Black with #2DCF15

Text Example


Text Example

White with #2DCF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,207,21); }

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

background-color css

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

 a { background-color: rgb(45,207,21); }

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

border-color css

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

 span { border-color: rgb(45,207,21); }

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