Html Css Color HEX #1DC734 Lime Green

📋 copy color: '#1DC734'

red 29 ◦ green 199 ◦ blue 52

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

Shades of Lime Green #1DC734

Tints of Lime Green #1DC734

RGB

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

 GREEN value IS 199 (78.13% from 255) = 71.07%

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 10.36%
G = 71.07%
B = 18.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#1DC734 (or 0x1DC734) is known color: Lime Green. HEX triplet: 1D, C7 and 34. RGB value is (29,199,52). Sum of RGB (Red+Green+Blue) = 29+199+52=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 199 (78.12% from 255 or 71.07% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC734 is #E238CB. Grayscale: #838383. Windows color (decimal): -14825676 or 3458845. OLE color: 3458845.

HSL color Cylindrical-coordinate representation of color #1DC734: hue angle of 128.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC734 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 199 52 -
CMYK 0.85 0 0.74 0.22
HSL 128.12º 0.75% 0.45% -
HSV(B) 128.12º 0.85% 0.78% -
XYZ 21.55 41.36 10.1 -
YUV 131.41 83.18 54.95 -
System Red Green Blue C M Y K H S L
Decimal 29 199 52 0.85 0 0.74 0.22 128.12 0.75 0.45
Hex 1D C7 34 55 0 4A 16 80 4B 2D
Octal 35 307 64 125 0 112 26 200 113 55
Binary 11101 11000111 110100 1010101 0 1001010 10110 10000000 1001011 101101

Color Harmonies of #1DC734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC734

Black with #1DC734

Text Example


Text Example

White with #1DC734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,199,52); }

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

background-color css

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

 a { background-color: rgb(29,199,52); }

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

border-color css

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

 span { border-color: rgb(29,199,52); }

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