Html Css Color HEX #1BC011 Lime Green

📋 copy color: '#1BC011'

red 27 ◦ green 192 ◦ blue 17

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

Shades of Lime Green #1BC011

Tints of Lime Green #1BC011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.36%

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 11.44%
G = 81.36%
B = 7.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#1BC011 (or 0x1BC011) is known color: Lime Green. HEX triplet: 1B, C0 and 11. RGB value is (27,192,17). Sum of RGB (Red+Green+Blue) = 27+192+17=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 192 (75.39% from 255 or 81.36% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC011 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC011 is #E43FEE. Grayscale: #7B7B7B. Windows color (decimal): -14958575 or 1163291. OLE color: 1163291.

HSL color Cylindrical-coordinate representation of color #1BC011: hue angle of 116.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BC011 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 192 17 -
CMYK 0.86 0 0.91 0.25
HSL 116.57º 0.84% 0.41% -
HSV(B) 116.57º 0.91% 0.75% -
XYZ 19.4 37.97 6.84 -
YUV 122.72 68.34 59.73 -
System Red Green Blue C M Y K H S L
Decimal 27 192 17 0.86 0 0.91 0.25 116.57 0.84 0.41
Hex 1B C0 11 56 0 5B 19 75 54 29
Octal 33 300 21 126 0 133 31 165 124 51
Binary 11011 11000000 10001 1010110 0 1011011 11001 1110101 1010100 101001

Color Harmonies of #1BC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC011

Black with #1BC011

Text Example


Text Example

White with #1BC011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,192,17); }

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

background-color css

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

 a { background-color: rgb(27,192,17); }

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

border-color css

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

 span { border-color: rgb(27,192,17); }

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