Html Css Color HEX #1DCF29 Lime Green

📋 copy color: '#1DCF29'

red 29 ◦ green 207 ◦ blue 41

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

Shades of Lime Green #1DCF29

Tints of Lime Green #1DCF29

RGB

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

 GREEN value IS 207 (81.25% from 255) = 74.73%

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

R = 10.47%
G = 74.73%
B = 14.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#1DCF29 (or 0x1DCF29) is known color: Lime Green. HEX triplet: 1D, CF and 29. RGB value is (29,207,41). Sum of RGB (Red+Green+Blue) = 29+207+41=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCF29 is #E230D6. Grayscale: #878787. Windows color (decimal): -14823639 or 2739997. OLE color: 2739997.

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

Color convert

RGB 29 207 41 -
CMYK 0.86 0 0.80 0.19
HSL 124.04º 0.75% 0.46% -
HSV(B) 124.04º 0.86% 0.81% -
XYZ 23.22 45.05 9.57 -
YUV 134.85 75.03 52.5 -
System Red Green Blue C M Y K H S L
Decimal 29 207 41 0.86 0 0.80 0.19 124.04 0.75 0.46
Hex 1D CF 29 56 0 50 13 7C 4B 2E
Octal 35 317 51 126 0 120 23 174 113 56
Binary 11101 11001111 101001 1010110 0 1010000 10011 1111100 1001011 101110

Color Harmonies of #1DCF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF29

Black with #1DCF29

Text Example


Text Example

White with #1DCF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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