Html Css Color HEX #1CDE28 Lime Green

📋 copy color: '#1CDE28'

red 28 ◦ green 222 ◦ blue 40

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

Shades of Lime Green #1CDE28

Tints of Lime Green #1CDE28

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.55%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 9.66%
G = 76.55%
B = 13.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#1CDE28 (or 0x1CDE28) is known color: Lime Green. HEX triplet: 1C, DE and 28. RGB value is (28,222,40). Sum of RGB (Red+Green+Blue) = 28+222+40=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDE28 is #E321D7. Grayscale: #8F8F8F. Windows color (decimal): -14885336 or 2678300. OLE color: 2678300.

HSL color Cylindrical-coordinate representation of color #1CDE28: hue angle of 123.71º 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 #1CDE28 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 222 40 -
CMYK 0.87 0 0.82 0.13
HSL 123.71º 0.78% 0.49% -
HSV(B) 123.71º 0.87% 0.87% -
XYZ 26.98 52.64 10.75 -
YUV 143.25 69.73 45.8 -
System Red Green Blue C M Y K H S L
Decimal 28 222 40 0.87 0 0.82 0.13 123.71 0.78 0.49
Hex 1C DE 28 57 0 52 D 7C 4E 31
Octal 34 336 50 127 0 122 15 174 116 61
Binary 11100 11011110 101000 1010111 0 1010010 1101 1111100 1001110 110001

Color Harmonies of #1CDE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDE28

Black with #1CDE28

Text Example


Text Example

White with #1CDE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,222,40); }

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

background-color css

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

 a { background-color: rgb(28,222,40); }

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

border-color css

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

 span { border-color: rgb(28,222,40); }

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