Html Css Color HEX #1BCC18 Lime Green

📋 copy color: '#1BCC18'

red 27 ◦ green 204 ◦ blue 24

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

Shades of Lime Green #1BCC18

Tints of Lime Green #1BCC18

RGB

 RED value IS 27 (10.94% from 255) = 10.59%

 GREEN value IS 204 (80.08% from 255) = 80%

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

R = 10.59%
G = 80%
B = 9.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#1BCC18 (or 0x1BCC18) is known color: Lime Green. HEX triplet: 1B, CC and 18. RGB value is (27,204,24). Sum of RGB (Red+Green+Blue) = 27+204+24=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCC18 is #E433E7. Grayscale: #838383. Windows color (decimal): -14955496 or 1625115. OLE color: 1625115.

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

Color convert

RGB 27 204 24 -
CMYK 0.87 0 0.88 0.2
HSL 119º 0.79% 0.45% -
HSV(B) 119º 0.88% 0.8% -
XYZ 22.21 43.48 8.09 -
YUV 130.56 67.86 54.14 -
System Red Green Blue C M Y K H S L
Decimal 27 204 24 0.87 0 0.88 0.2 119 0.79 0.45
Hex 1B CC 18 57 0 58 14 77 4F 2D
Octal 33 314 30 127 0 130 24 167 117 55
Binary 11011 11001100 11000 1010111 0 1011000 10100 1110111 1001111 101101

Color Harmonies of #1BCC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCC18

Black with #1BCC18

Text Example


Text Example

White with #1BCC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,24); }

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

background-color css

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

 a { background-color: rgb(27,204,24); }

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

border-color css

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

 span { border-color: rgb(27,204,24); }

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