Html Css Color HEX #1BC112 Lime Green

📋 copy color: '#1BC112'

red 27 ◦ green 193 ◦ blue 18

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

Shades of Lime Green #1BC112

Tints of Lime Green #1BC112

RGB

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

 GREEN value IS 193 (75.78% from 255) = 81.09%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 11.34%
G = 81.09%
B = 7.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#1BC112 (or 0x1BC112) is known color: Lime Green. HEX triplet: 1B, C1 and 12. RGB value is (27,193,18). Sum of RGB (Red+Green+Blue) = 27+193+18=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 193 (75.78% from 255 or 81.09% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 193 - color contains mainly: green. Hex color #1BC112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC112 is #E43EED. Grayscale: #7B7B7B. Windows color (decimal): -14958318 or 1229083. OLE color: 1229083.

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

Color convert

RGB 27 193 18 -
CMYK 0.86 0 0.91 0.24
HSL 116.91º 0.83% 0.41% -
HSV(B) 116.91º 0.91% 0.76% -
XYZ 19.63 38.42 6.95 -
YUV 123.42 68.5 59.23 -
System Red Green Blue C M Y K H S L
Decimal 27 193 18 0.86 0 0.91 0.24 116.91 0.83 0.41
Hex 1B C1 12 56 0 5B 18 75 53 29
Octal 33 301 22 126 0 133 30 165 123 51
Binary 11011 11000001 10010 1010110 0 1011011 11000 1110101 1010011 101001

Color Harmonies of #1BC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC112

Black with #1BC112

Text Example


Text Example

White with #1BC112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,193,18); }

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

background-color css

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

 a { background-color: rgb(27,193,18); }

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

border-color css

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

 span { border-color: rgb(27,193,18); }

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