Html Css Color HEX #1CD018 Lime Green

📋 copy color: '#1CD018'

red 28 ◦ green 208 ◦ blue 24

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

Shades of Lime Green #1CD018

Tints of Lime Green #1CD018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 10.77%
G = 80%
B = 9.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#1CD018 (or 0x1CD018) is known color: Lime Green. HEX triplet: 1C, D0 and 18. RGB value is (28,208,24). Sum of RGB (Red+Green+Blue) = 28+208+24=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD018 is #E32FE7. Grayscale: #858585. Windows color (decimal): -14888936 or 1626140. OLE color: 1626140.

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

Color convert

RGB 28 208 24 -
CMYK 0.87 0 0.88 0.18
HSL 118.7º 0.79% 0.45% -
HSV(B) 118.7º 0.88% 0.82% -
XYZ 23.2 45.42 8.41 -
YUV 133.2 66.37 52.96 -
System Red Green Blue C M Y K H S L
Decimal 28 208 24 0.87 0 0.88 0.18 118.7 0.79 0.45
Hex 1C D0 18 57 0 58 12 77 4F 2D
Octal 34 320 30 127 0 130 22 167 117 55
Binary 11100 11010000 11000 1010111 0 1011000 10010 1110111 1001111 101101

Color Harmonies of #1CD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD018

Black with #1CD018

Text Example


Text Example

White with #1CD018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,208,24); }

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

background-color css

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

 a { background-color: rgb(28,208,24); }

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

border-color css

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

 span { border-color: rgb(28,208,24); }

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