Html Css Color HEX #1CDF28 Lime Green

📋 copy color: '#1CDF28'

red 28 ◦ green 223 ◦ blue 40

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

Shades of Lime Green #1CDF28

Tints of Lime Green #1CDF28

RGB

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

 GREEN value IS 223 (87.5% from 255) = 76.63%

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

R = 9.62%
G = 76.63%
B = 13.75%

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

#1CDF28 (or 0x1CDF28) is known color: Lime Green. HEX triplet: 1C, DF and 28. RGB value is (28,223,40). Sum of RGB (Red+Green+Blue) = 28+223+40=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDF28 is #E320D7. Grayscale: #909090. Windows color (decimal): -14885080 or 2678556. OLE color: 2678556.

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

Color convert

RGB 28 223 40 -
CMYK 0.87 0 0.82 0.13
HSL 123.69º 0.78% 0.49% -
HSV(B) 123.69º 0.87% 0.87% -
XYZ 27.25 53.18 10.84 -
YUV 143.83 69.4 45.38 -
System Red Green Blue C M Y K H S L
Decimal 28 223 40 0.87 0 0.82 0.13 123.69 0.78 0.49
Hex 1C DF 28 57 0 52 D 7C 4E 31
Octal 34 337 50 127 0 122 15 174 116 61
Binary 11100 11011111 101000 1010111 0 1010010 1101 1111100 1001110 110001

Color Harmonies of #1CDF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CDF28

Black with #1CDF28

Text Example


Text Example

White with #1CDF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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