Html Css Color HEX #1CDD28 Lime Green

📋 copy color: '#1CDD28'

red 28 ◦ green 221 ◦ blue 40

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

Shades of Lime Green #1CDD28

Tints of Lime Green #1CDD28

RGB

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

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

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

R = 9.69%
G = 76.47%
B = 13.84%

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

#1CDD28 (or 0x1CDD28) is known color: Lime Green. HEX triplet: 1C, DD and 28. RGB value is (28,221,40). Sum of RGB (Red+Green+Blue) = 28+221+40=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD28 is #E322D7. Grayscale: #8F8F8F. Windows color (decimal): -14885592 or 2678044. OLE color: 2678044.

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

Color convert

RGB 28 221 40 -
CMYK 0.87 0 0.82 0.13
HSL 123.73º 0.78% 0.49% -
HSV(B) 123.73º 0.87% 0.87% -
XYZ 26.72 52.11 10.66 -
YUV 142.66 70.06 46.22 -
System Red Green Blue C M Y K H S L
Decimal 28 221 40 0.87 0 0.82 0.13 123.73 0.78 0.49
Hex 1C DD 28 57 0 52 D 7C 4E 31
Octal 34 335 50 127 0 122 15 174 116 61
Binary 11100 11011101 101000 1010111 0 1010010 1101 1111100 1001110 110001

Color Harmonies of #1CDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDD28

Black with #1CDD28

Text Example


Text Example

White with #1CDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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