Html Css Color HEX #1DC62A Lime Green

📋 copy color: '#1DC62A'

red 29 ◦ green 198 ◦ blue 42

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

Shades of Lime Green #1DC62A

Tints of Lime Green #1DC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 73.61%

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

R = 10.78%
G = 73.61%
B = 15.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#1DC62A (or 0x1DC62A) is known color: Lime Green. HEX triplet: 1D, C6 and 2A. RGB value is (29,198,42). Sum of RGB (Red+Green+Blue) = 29+198+42=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 198 (77.73% from 255 or 73.61% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC62A is #E239D5. Grayscale: #828282. Windows color (decimal): -14825942 or 2803229. OLE color: 2803229.

HSL color Cylindrical-coordinate representation of color #1DC62A: hue angle of 124.62º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC62A is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 198 42 -
CMYK 0.85 0 0.79 0.22
HSL 124.62º 0.74% 0.45% -
HSV(B) 124.62º 0.85% 0.78% -
XYZ 21.12 40.82 8.96 -
YUV 129.69 78.51 56.18 -
System Red Green Blue C M Y K H S L
Decimal 29 198 42 0.85 0 0.79 0.22 124.62 0.74 0.45
Hex 1D C6 2A 55 0 4F 16 7D 4A 2D
Octal 35 306 52 125 0 117 26 175 112 55
Binary 11101 11000110 101010 1010101 0 1001111 10110 1111101 1001010 101101

Color Harmonies of #1DC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC62A

Black with #1DC62A

Text Example


Text Example

White with #1DC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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