Html Css Color HEX #1DCF22 Lime Green

📋 copy color: '#1DCF22'

red 29 ◦ green 207 ◦ blue 34

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

Shades of Lime Green #1DCF22

Tints of Lime Green #1DCF22

RGB

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

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

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

R = 10.74%
G = 76.67%
B = 12.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#1DCF22 (or 0x1DCF22) is known color: Lime Green. HEX triplet: 1D, CF and 22. RGB value is (29,207,34). Sum of RGB (Red+Green+Blue) = 29+207+34=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCF22 is #E230DD. Grayscale: #868686. Windows color (decimal): -14823646 or 2281245. OLE color: 2281245.

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

Color convert

RGB 29 207 34 -
CMYK 0.86 0 0.84 0.19
HSL 121.69º 0.75% 0.46% -
HSV(B) 121.69º 0.86% 0.81% -
XYZ 23.11 45 8.98 -
YUV 134.06 71.53 53.07 -
System Red Green Blue C M Y K H S L
Decimal 29 207 34 0.86 0 0.84 0.19 121.69 0.75 0.46
Hex 1D CF 22 56 0 54 13 7A 4B 2E
Octal 35 317 42 126 0 124 23 172 113 56
Binary 11101 11001111 100010 1010110 0 1010100 10011 1111010 1001011 101110

Color Harmonies of #1DCF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCF22

Black with #1DCF22

Text Example


Text Example

White with #1DCF22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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