Html Css Color HEX #1DC92A Lime Green

📋 copy color: '#1DC92A'

red 29 ◦ green 201 ◦ blue 42

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

Shades of Lime Green #1DC92A

Tints of Lime Green #1DC92A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 73.9%

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 10.66%
G = 73.9%
B = 15.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#1DC92A (or 0x1DC92A) is known color: Lime Green. HEX triplet: 1D, C9 and 2A. RGB value is (29,201,42). Sum of RGB (Red+Green+Blue) = 29+201+42=272 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.66% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC92A is #E236D5. Grayscale: #838383. Windows color (decimal): -14825174 or 2803997. OLE color: 2803997.

HSL color Cylindrical-coordinate representation of color #1DC92A: hue angle of 124.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC92A is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 201 42 -
CMYK 0.86 0 0.79 0.21
HSL 124.53º 0.75% 0.45% -
HSV(B) 124.53º 0.86% 0.79% -
XYZ 21.81 42.2 9.19 -
YUV 131.45 77.52 54.93 -
System Red Green Blue C M Y K H S L
Decimal 29 201 42 0.86 0 0.79 0.21 124.53 0.75 0.45
Hex 1D C9 2A 56 0 4F 15 7D 4B 2D
Octal 35 311 52 126 0 117 25 175 113 55
Binary 11101 11001001 101010 1010110 0 1001111 10101 1111101 1001011 101101

Color Harmonies of #1DC92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC92A

Black with #1DC92A

Text Example


Text Example

White with #1DC92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,201,42); }

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

background-color css

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

 a { background-color: rgb(29,201,42); }

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

border-color css

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

 span { border-color: rgb(29,201,42); }

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