Html Css Color HEX #1DCD22 Lime Green

📋 copy color: '#1DCD22'

red 29 ◦ green 205 ◦ blue 34

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

Shades of Lime Green #1DCD22

Tints of Lime Green #1DCD22

RGB

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

 GREEN value IS 205 (80.47% from 255) = 76.49%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 10.82%
G = 76.49%
B = 12.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#1DCD22 (or 0x1DCD22) is known color: Lime Green. HEX triplet: 1D, CD and 22. RGB value is (29,205,34). Sum of RGB (Red+Green+Blue) = 29+205+34=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 205 (80.47% from 255 or 76.49% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD22 is #E232DD. Grayscale: #858585. Windows color (decimal): -14824158 or 2280733. OLE color: 2280733.

HSL color Cylindrical-coordinate representation of color #1DCD22: hue angle of 121.7º 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 #1DCD22 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 34 -
CMYK 0.86 0 0.83 0.20
HSL 121.7º 0.75% 0.46% -
HSV(B) 121.7º 0.86% 0.8% -
XYZ 22.63 44.04 8.82 -
YUV 132.88 72.19 53.9 -
System Red Green Blue C M Y K H S L
Decimal 29 205 34 0.86 0 0.83 0.20 121.7 0.75 0.46
Hex 1D CD 22 56 0 53 14 7A 4B 2E
Octal 35 315 42 126 0 123 24 172 113 56
Binary 11101 11001101 100010 1010110 0 1010011 10100 1111010 1001011 101110

Color Harmonies of #1DCD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD22

Black with #1DCD22

Text Example


Text Example

White with #1DCD22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,205,34); }

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

background-color css

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

 a { background-color: rgb(29,205,34); }

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

border-color css

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

 span { border-color: rgb(29,205,34); }

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