Html Css Color HEX #1CD819 Lime Green

📋 copy color: '#1CD819'

red 28 ◦ green 216 ◦ blue 25

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

Shades of Lime Green #1CD819

Tints of Lime Green #1CD819

RGB

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

 GREEN value IS 216 (84.77% from 255) = 80.3%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 10.41%
G = 80.3%
B = 9.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#1CD819 (or 0x1CD819) is known color: Lime Green. HEX triplet: 1C, D8 and 19. RGB value is (28,216,25). Sum of RGB (Red+Green+Blue) = 28+216+25=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 216 (84.77% from 255 or 80.30% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 216 - color contains mainly: green. Hex color #1CD819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD819 is #E327E6. Grayscale: #8A8A8A. Windows color (decimal): -14886887 or 1693724. OLE color: 1693724.

HSL color Cylindrical-coordinate representation of color #1CD819: hue angle of 119.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CD819 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 28 216 25 -
CMYK 0.87 0 0.88 0.15
HSL 119.06º 0.79% 0.47% -
HSV(B) 119.06º 0.88% 0.85% -
XYZ 25.21 49.43 9.13 -
YUV 138.01 64.22 49.53 -
System Red Green Blue C M Y K H S L
Decimal 28 216 25 0.87 0 0.88 0.15 119.06 0.79 0.47
Hex 1C D8 19 57 0 58 F 77 4F 2F
Octal 34 330 31 127 0 130 17 167 117 57
Binary 11100 11011000 11001 1010111 0 1011000 1111 1110111 1001111 101111

Color Harmonies of #1CD819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD819

Black with #1CD819

Text Example


Text Example

White with #1CD819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,216,25); }

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

background-color css

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

 a { background-color: rgb(28,216,25); }

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

border-color css

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

 span { border-color: rgb(28,216,25); }

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