Html Css Color HEX #1DC433 Lime Green

📋 copy color: '#1DC433'

red 29 ◦ green 196 ◦ blue 51

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

Shades of Lime Green #1DC433

Tints of Lime Green #1DC433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 71.01%

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 10.51%
G = 71.01%
B = 18.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#1DC433 (or 0x1DC433) is known color: Lime Green. HEX triplet: 1D, C4 and 33. RGB value is (29,196,51). Sum of RGB (Red+Green+Blue) = 29+196+51=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC433 is #E23BCC. Grayscale: #818181. Windows color (decimal): -14826445 or 3392541. OLE color: 3392541.

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

Color convert

RGB 29 196 51 -
CMYK 0.85 0 0.74 0.23
HSL 127.9º 0.74% 0.44% -
HSV(B) 127.9º 0.85% 0.77% -
XYZ 20.84 39.98 9.75 -
YUV 129.54 83.67 56.29 -
System Red Green Blue C M Y K H S L
Decimal 29 196 51 0.85 0 0.74 0.23 127.9 0.74 0.44
Hex 1D C4 33 55 0 4A 17 80 4A 2C
Octal 35 304 63 125 0 112 27 200 112 54
Binary 11101 11000100 110011 1010101 0 1001010 10111 10000000 1001010 101100

Color Harmonies of #1DC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC433

Black with #1DC433

Text Example


Text Example

White with #1DC433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,196,51); }

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

background-color css

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

 a { background-color: rgb(29,196,51); }

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

border-color css

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

 span { border-color: rgb(29,196,51); }

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