Html Css Color HEX #1DC61A Lime Green

📋 copy color: '#1DC61A'

red 29 ◦ green 198 ◦ blue 26

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

Shades of Lime Green #1DC61A

Tints of Lime Green #1DC61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 11.46%
G = 78.26%
B = 10.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#1DC61A (or 0x1DC61A) is known color: Lime Green. HEX triplet: 1D, C6 and 1A. RGB value is (29,198,26). Sum of RGB (Red+Green+Blue) = 29+198+26=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC61A is #E239E5. Grayscale: #808080. Windows color (decimal): -14825958 or 1754653. OLE color: 1754653.

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

Color convert

RGB 29 198 26 -
CMYK 0.85 0 0.87 0.22
HSL 118.95º 0.77% 0.44% -
HSV(B) 118.95º 0.87% 0.78% -
XYZ 20.89 40.72 7.74 -
YUV 127.86 70.51 57.49 -
System Red Green Blue C M Y K H S L
Decimal 29 198 26 0.85 0 0.87 0.22 118.95 0.77 0.44
Hex 1D C6 1A 55 0 57 16 77 4D 2C
Octal 35 306 32 125 0 127 26 167 115 54
Binary 11101 11000110 11010 1010101 0 1010111 10110 1110111 1001101 101100

Color Harmonies of #1DC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC61A

Black with #1DC61A

Text Example


Text Example

White with #1DC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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