Html Css Color HEX #1CDC28 Lime Green

📋 copy color: '#1CDC28'

red 28 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #1CDC28

Tints of Lime Green #1CDC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.39%

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

R = 9.72%
G = 76.39%
B = 13.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#1CDC28 (or 0x1CDC28) is known color: Lime Green. HEX triplet: 1C, DC and 28. RGB value is (28,220,40). Sum of RGB (Red+Green+Blue) = 28+220+40=288 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.72% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDC28 is #E323D7. Grayscale: #8E8E8E. Windows color (decimal): -14885848 or 2677788. OLE color: 2677788.

HSL color Cylindrical-coordinate representation of color #1CDC28: hue angle of 123.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDC28 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 28 220 40 -
CMYK 0.87 0 0.82 0.14
HSL 123.75º 0.77% 0.49% -
HSV(B) 123.75º 0.87% 0.86% -
XYZ 26.46 51.59 10.57 -
YUV 142.07 70.39 46.64 -
System Red Green Blue C M Y K H S L
Decimal 28 220 40 0.87 0 0.82 0.14 123.75 0.77 0.49
Hex 1C DC 28 57 0 52 E 7C 4D 31
Octal 34 334 50 127 0 122 16 174 115 61
Binary 11100 11011100 101000 1010111 0 1010010 1110 1111100 1001101 110001

Color Harmonies of #1CDC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDC28

Black with #1CDC28

Text Example


Text Example

White with #1CDC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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