Html Css Color HEX #1DC30F Lime Green

📋 copy color: '#1DC30F'

red 29 ◦ green 195 ◦ blue 15

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

Shades of Lime Green #1DC30F

Tints of Lime Green #1DC30F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 81.59%

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

R = 12.13%
G = 81.59%
B = 6.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1DC30F (or 0x1DC30F) is known color: Lime Green. HEX triplet: 1D, C3 and 0F. RGB value is (29,195,15). Sum of RGB (Red+Green+Blue) = 29+195+15=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 195 (76.56% from 255 or 81.59% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC30F is #E23CF0. Grayscale: #7D7D7D. Windows color (decimal): -14826737 or 1032989. OLE color: 1032989.

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

Color convert

RGB 29 195 15 -
CMYK 0.85 0 0.92 0.24
HSL 115.33º 0.86% 0.41% -
HSV(B) 115.33º 0.92% 0.76% -
XYZ 20.11 39.33 6.98 -
YUV 124.85 66 59.64 -
System Red Green Blue C M Y K H S L
Decimal 29 195 15 0.85 0 0.92 0.24 115.33 0.86 0.41
Hex 1D C3 F 55 0 5C 18 73 56 29
Octal 35 303 17 125 0 134 30 163 126 51
Binary 11101 11000011 1111 1010101 0 1011100 11000 1110011 1010110 101001

Color Harmonies of #1DC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC30F

Black with #1DC30F

Text Example


Text Example

White with #1DC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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