Html Css Color HEX #1BBC12 Lime Green

📋 copy color: '#1BBC12'

red 27 ◦ green 188 ◦ blue 18

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

Shades of Lime Green #1BBC12

Tints of Lime Green #1BBC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 80.69%

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

R = 11.59%
G = 80.69%
B = 7.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#1BBC12 (or 0x1BBC12) is known color: Lime Green. HEX triplet: 1B, BC and 12. RGB value is (27,188,18). Sum of RGB (Red+Green+Blue) = 27+188+18=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC12 is #E443ED. Grayscale: #787878. Windows color (decimal): -14959598 or 1227803. OLE color: 1227803.

HSL color Cylindrical-coordinate representation of color #1BBC12: hue angle of 116.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BBC12 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 188 18 -
CMYK 0.86 0 0.90 0.26
HSL 116.82º 0.83% 0.4% -
HSV(B) 116.82º 0.9% 0.74% -
XYZ 18.54 36.24 6.59 -
YUV 120.48 70.16 61.32 -
System Red Green Blue C M Y K H S L
Decimal 27 188 18 0.86 0 0.90 0.26 116.82 0.83 0.4
Hex 1B BC 12 56 0 5A 1A 75 53 28
Octal 33 274 22 126 0 132 32 165 123 50
Binary 11011 10111100 10010 1010110 0 1011010 11010 1110101 1010011 101000

Color Harmonies of #1BBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBC12

Black with #1BBC12

Text Example


Text Example

White with #1BBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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