Html Css Color HEX #1DCC29 Lime Green

📋 copy color: '#1DCC29'

red 29 ◦ green 204 ◦ blue 41

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

Shades of Lime Green #1DCC29

Tints of Lime Green #1DCC29

RGB

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

 GREEN value IS 204 (80.08% from 255) = 74.45%

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 10.58%
G = 74.45%
B = 14.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#1DCC29 (or 0x1DCC29) is known color: Lime Green. HEX triplet: 1D, CC and 29. RGB value is (29,204,41). Sum of RGB (Red+Green+Blue) = 29+204+41=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 204 (80.08% from 255 or 74.45% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC29 is #E233D6. Grayscale: #858585. Windows color (decimal): -14824407 or 2739229. OLE color: 2739229.

HSL color Cylindrical-coordinate representation of color #1DCC29: hue angle of 124.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC29 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 29 204 41 -
CMYK 0.86 0 0.80 0.2
HSL 124.11º 0.75% 0.46% -
HSV(B) 124.11º 0.86% 0.8% -
XYZ 22.5 43.61 9.33 -
YUV 133.09 76.02 53.75 -
System Red Green Blue C M Y K H S L
Decimal 29 204 41 0.86 0 0.80 0.2 124.11 0.75 0.46
Hex 1D CC 29 56 0 50 14 7C 4B 2E
Octal 35 314 51 126 0 120 24 174 113 56
Binary 11101 11001100 101001 1010110 0 1010000 10100 1111100 1001011 101110

Color Harmonies of #1DCC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCC29

Black with #1DCC29

Text Example


Text Example

White with #1DCC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,204,41); }

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

background-color css

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

 a { background-color: rgb(29,204,41); }

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

border-color css

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

 span { border-color: rgb(29,204,41); }

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