Html Css Color HEX #1CB418 Lime Green

📋 copy color: '#1CB418'

red 28 ◦ green 180 ◦ blue 24

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

Shades of Lime Green #1CB418

Tints of Lime Green #1CB418

RGB

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

 GREEN value IS 180 (70.7% from 255) = 77.59%

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

R = 12.07%
G = 77.59%
B = 10.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#1CB418 (or 0x1CB418) is known color: Lime Green. HEX triplet: 1C, B4 and 18. RGB value is (28,180,24). Sum of RGB (Red+Green+Blue) = 28+180+24=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB418 is #E34BE7. Grayscale: #757575. Windows color (decimal): -14896104 or 1618972. OLE color: 1618972.

HSL color Cylindrical-coordinate representation of color #1CB418: hue angle of 118.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CB418 is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 24 -
CMYK 0.84 0 0.87 0.29
HSL 118.46º 0.76% 0.4% -
HSV(B) 118.46º 0.87% 0.71% -
XYZ 16.97 32.96 6.33 -
YUV 116.77 75.64 64.68 -
System Red Green Blue C M Y K H S L
Decimal 28 180 24 0.84 0 0.87 0.29 118.46 0.76 0.4
Hex 1C B4 18 54 0 57 1D 76 4C 28
Octal 34 264 30 124 0 127 35 166 114 50
Binary 11100 10110100 11000 1010100 0 1010111 11101 1110110 1001100 101000

Color Harmonies of #1CB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB418

Black with #1CB418

Text Example


Text Example

White with #1CB418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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