Html Css Color HEX #1DC50F Lime Green

📋 copy color: '#1DC50F'

red 29 ◦ green 197 ◦ blue 15

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

Shades of Lime Green #1DC50F

Tints of Lime Green #1DC50F

RGB

 RED value IS 29 (11.72% from 255) = 12.03%

 GREEN value IS 197 (77.34% from 255) = 81.74%

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 12.03%
G = 81.74%
B = 6.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#1DC50F (or 0x1DC50F) is known color: Lime Green. HEX triplet: 1D, C5 and 0F. RGB value is (29,197,15). Sum of RGB (Red+Green+Blue) = 29+197+15=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC50F is #E23AF0. Grayscale: #7E7E7E. Windows color (decimal): -14826225 or 1033501. OLE color: 1033501.

HSL color Cylindrical-coordinate representation of color #1DC50F: hue angle of 115.38º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1DC50F is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 29 197 15 -
CMYK 0.85 0 0.92 0.23
HSL 115.38º 0.86% 0.42% -
HSV(B) 115.38º 0.92% 0.77% -
XYZ 20.56 40.23 7.13 -
YUV 126.02 65.34 58.8 -
System Red Green Blue C M Y K H S L
Decimal 29 197 15 0.85 0 0.92 0.23 115.38 0.86 0.42
Hex 1D C5 F 55 0 5C 17 73 56 2A
Octal 35 305 17 125 0 134 27 163 126 52
Binary 11101 11000101 1111 1010101 0 1011100 10111 1110011 1010110 101010

Color Harmonies of #1DC50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC50F

Black with #1DC50F

Text Example


Text Example

White with #1DC50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DC50F; }

 p { color: rgb(29,197,15); }

 H1.HeaderClassName
 {
   color: #1DC50F;
 }
 .AnyTagClassName
 {
   color: #1DC50F;
 }
</style>

background-color css

<style>
 a { background-color: #1DC50F; }

 a { background-color: rgb(29,197,15); }

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

border-color css

<style>
 span { border-color: #1DC50F; }

 span { border-color: rgb(29,197,15); }

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