Html Css Color HEX #1CDD36 Lime Green

📋 copy color: '#1CDD36'

red 28 ◦ green 221 ◦ blue 54

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

Shades of Lime Green #1CDD36

Tints of Lime Green #1CDD36

RGB

 RED value IS 28 (11.33% from 255) = 9.24%

 GREEN value IS 221 (86.72% from 255) = 72.94%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 9.24%
G = 72.94%
B = 17.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1CDD36 (or 0x1CDD36) is known color: Lime Green. HEX triplet: 1C, DD and 36. RGB value is (28,221,54). Sum of RGB (Red+Green+Blue) = 28+221+54=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD36 is #E322C9. Grayscale: #909090. Windows color (decimal): -14885578 or 3595548. OLE color: 3595548.

HSL color Cylindrical-coordinate representation of color #1CDD36: hue angle of 128.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD36 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 221 54 -
CMYK 0.87 0 0.76 0.13
HSL 128.08º 0.78% 0.49% -
HSV(B) 128.08º 0.87% 0.87% -
XYZ 27 52.23 12.15 -
YUV 144.26 77.06 45.08 -
System Red Green Blue C M Y K H S L
Decimal 28 221 54 0.87 0 0.76 0.13 128.08 0.78 0.49
Hex 1C DD 36 57 0 4C D 80 4E 31
Octal 34 335 66 127 0 114 15 200 116 61
Binary 11100 11011101 110110 1010111 0 1001100 1101 10000000 1001110 110001

Color Harmonies of #1CDD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDD36

Black with #1CDD36

Text Example


Text Example

White with #1CDD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,221,54); }

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

background-color css

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

 a { background-color: rgb(28,221,54); }

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

border-color css

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

 span { border-color: rgb(28,221,54); }

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