Html Css Color HEX #2DCF13 Lime Green

📋 copy color: '#2DCF13'

red 45 ◦ green 207 ◦ blue 19

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

Shades of Lime Green #2DCF13

Tints of Lime Green #2DCF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 16.61%
G = 76.38%
B = 7.01%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#2DCF13 (or 0x2DCF13) is known color: Lime Green. HEX triplet: 2D, CF and 13. RGB value is (45,207,19). Sum of RGB (Red+Green+Blue) = 45+207+19=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF13 is #D230EC. Grayscale: #898989. Windows color (decimal): -13775085 or 1298221. OLE color: 1298221.

HSL color Cylindrical-coordinate representation of color #2DCF13: hue angle of 111.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DCF13 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 207 19 -
CMYK 0.78 0 0.91 0.19
HSL 111.7º 0.83% 0.44% -
HSV(B) 111.7º 0.91% 0.81% -
XYZ 23.51 45.23 8.11 -
YUV 137.13 61.33 62.29 -
System Red Green Blue C M Y K H S L
Decimal 45 207 19 0.78 0 0.91 0.19 111.7 0.83 0.44
Hex 2D CF 13 4E 0 5B 13 70 53 2C
Octal 55 317 23 116 0 133 23 160 123 54
Binary 101101 11001111 10011 1001110 0 1011011 10011 1110000 1010011 101100

Color Harmonies of #2DCF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCF13

Black with #2DCF13

Text Example


Text Example

White with #2DCF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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