Html Css Color HEX #1DC32E Lime Green

📋 copy color: '#1DC32E'

red 29 ◦ green 195 ◦ blue 46

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

Shades of Lime Green #1DC32E

Tints of Lime Green #1DC32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 10.74%
G = 72.22%
B = 17.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#1DC32E (or 0x1DC32E) is known color: Lime Green. HEX triplet: 1D, C3 and 2E. RGB value is (29,195,46). Sum of RGB (Red+Green+Blue) = 29+195+46=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC32E is #E23CD1. Grayscale: #808080. Windows color (decimal): -14826706 or 3064605. OLE color: 3064605.

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

Color convert

RGB 29 195 46 -
CMYK 0.85 0 0.76 0.24
HSL 126.14º 0.74% 0.44% -
HSV(B) 126.14º 0.85% 0.76% -
XYZ 20.51 39.49 9.13 -
YUV 128.38 81.5 57.12 -
System Red Green Blue C M Y K H S L
Decimal 29 195 46 0.85 0 0.76 0.24 126.14 0.74 0.44
Hex 1D C3 2E 55 0 4C 18 7E 4A 2C
Octal 35 303 56 125 0 114 30 176 112 54
Binary 11101 11000011 101110 1010101 0 1001100 11000 1111110 1001010 101100

Color Harmonies of #1DC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC32E

Black with #1DC32E

Text Example


Text Example

White with #1DC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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