Html Css Color HEX #1CD619 Lime Green

📋 copy color: '#1CD619'

red 28 ◦ green 214 ◦ blue 25

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

Shades of Lime Green #1CD619

Tints of Lime Green #1CD619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.15%

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

R = 10.49%
G = 80.15%
B = 9.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#1CD619 (or 0x1CD619) is known color: Lime Green. HEX triplet: 1C, D6 and 19. RGB value is (28,214,25). Sum of RGB (Red+Green+Blue) = 28+214+25=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD619 is #E329E6. Grayscale: #898989. Windows color (decimal): -14887399 or 1693212. OLE color: 1693212.

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

Color convert

RGB 28 214 25 -
CMYK 0.87 0 0.88 0.16
HSL 119.05º 0.79% 0.47% -
HSV(B) 119.05º 0.88% 0.84% -
XYZ 24.7 48.41 8.96 -
YUV 136.84 64.88 50.37 -
System Red Green Blue C M Y K H S L
Decimal 28 214 25 0.87 0 0.88 0.16 119.05 0.79 0.47
Hex 1C D6 19 57 0 58 10 77 4F 2F
Octal 34 326 31 127 0 130 20 167 117 57
Binary 11100 11010110 11001 1010111 0 1011000 10000 1110111 1001111 101111

Color Harmonies of #1CD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD619

Black with #1CD619

Text Example


Text Example

White with #1CD619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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