Html Css Color HEX #1DC335 Lime Green

📋 copy color: '#1DC335'

red 29 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #1DC335

Tints of Lime Green #1DC335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.13%

R = 10.47%
G = 70.4%
B = 19.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#1DC335 (or 0x1DC335) is known color: Lime Green. HEX triplet: 1D, C3 and 35. RGB value is (29,195,53). Sum of RGB (Red+Green+Blue) = 29+195+53=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC335 is #E23CCA. Grayscale: #818181. Windows color (decimal): -14826699 or 3523357. OLE color: 3523357.

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

Color convert

RGB 29 195 53 -
CMYK 0.85 0 0.73 0.24
HSL 128.67º 0.74% 0.44% -
HSV(B) 128.67º 0.85% 0.76% -
XYZ 20.66 39.55 9.91 -
YUV 129.18 85 56.55 -
System Red Green Blue C M Y K H S L
Decimal 29 195 53 0.85 0 0.73 0.24 128.67 0.74 0.44
Hex 1D C3 35 55 0 49 18 81 4A 2C
Octal 35 303 65 125 0 111 30 201 112 54
Binary 11101 11000011 110101 1010101 0 1001001 11000 10000001 1001010 101100

Color Harmonies of #1DC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC335

Black with #1DC335

Text Example


Text Example

White with #1DC335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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