Html Css Color HEX #1DC232 Lime Green

📋 copy color: '#1DC232'

red 29 ◦ green 194 ◦ blue 50

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

Shades of Lime Green #1DC232

Tints of Lime Green #1DC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.06%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 10.62%
G = 71.06%
B = 18.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#1DC232 (or 0x1DC232) is known color: Lime Green. HEX triplet: 1D, C2 and 32. RGB value is (29,194,50). Sum of RGB (Red+Green+Blue) = 29+194+50=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC232 is #E23DCD. Grayscale: #808080. Windows color (decimal): -14826958 or 3326493. OLE color: 3326493.

HSL color Cylindrical-coordinate representation of color #1DC232: hue angle of 127.64º 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 #1DC232 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 194 50 -
CMYK 0.85 0 0.74 0.24
HSL 127.64º 0.74% 0.44% -
HSV(B) 127.64º 0.85% 0.76% -
XYZ 20.37 39.08 9.49 -
YUV 128.25 83.84 57.21 -
System Red Green Blue C M Y K H S L
Decimal 29 194 50 0.85 0 0.74 0.24 127.64 0.74 0.44
Hex 1D C2 32 55 0 4A 18 80 4A 2C
Octal 35 302 62 125 0 112 30 200 112 54
Binary 11101 11000010 110010 1010101 0 1001010 11000 10000000 1001010 101100

Color Harmonies of #1DC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC232

Black with #1DC232

Text Example


Text Example

White with #1DC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,194,50); }

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

background-color css

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

 a { background-color: rgb(29,194,50); }

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

border-color css

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

 span { border-color: rgb(29,194,50); }

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