Html Css Color HEX #1BC318 Lime Green

📋 copy color: '#1BC318'

red 27 ◦ green 195 ◦ blue 24

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

Shades of Lime Green #1BC318

Tints of Lime Green #1BC318

RGB

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

 GREEN value IS 195 (76.56% from 255) = 79.27%

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

R = 10.98%
G = 79.27%
B = 9.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#1BC318 (or 0x1BC318) is known color: Lime Green. HEX triplet: 1B, C3 and 18. RGB value is (27,195,24). Sum of RGB (Red+Green+Blue) = 27+195+24=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC318 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC318 is #E43CE7. Grayscale: #7D7D7D. Windows color (decimal): -14957800 or 1622811. OLE color: 1622811.

HSL color Cylindrical-coordinate representation of color #1BC318: hue angle of 118.95º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC318 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 195 24 -
CMYK 0.86 0 0.88 0.24
HSL 118.95º 0.78% 0.43% -
HSV(B) 118.95º 0.88% 0.76% -
XYZ 20.13 39.33 7.39 -
YUV 125.27 70.84 57.9 -
System Red Green Blue C M Y K H S L
Decimal 27 195 24 0.86 0 0.88 0.24 118.95 0.78 0.43
Hex 1B C3 18 56 0 58 18 77 4E 2B
Octal 33 303 30 126 0 130 30 167 116 53
Binary 11011 11000011 11000 1010110 0 1011000 11000 1110111 1001110 101011

Color Harmonies of #1BC318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC318

Black with #1BC318

Text Example


Text Example

White with #1BC318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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