Html Css Color HEX #1BBC14 Lime Green

📋 copy color: '#1BBC14'

red 27 ◦ green 188 ◦ blue 20

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

Shades of Lime Green #1BBC14

Tints of Lime Green #1BBC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 11.49%
G = 80%
B = 8.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#1BBC14 (or 0x1BBC14) is known color: Lime Green. HEX triplet: 1B, BC and 14. RGB value is (27,188,20). Sum of RGB (Red+Green+Blue) = 27+188+20=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC14 is #E443EB. Grayscale: #797979. Windows color (decimal): -14959596 or 1358875. OLE color: 1358875.

HSL color Cylindrical-coordinate representation of color #1BBC14: hue angle of 117.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBC14 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 188 20 -
CMYK 0.86 0 0.89 0.26
HSL 117.5º 0.81% 0.41% -
HSV(B) 117.5º 0.89% 0.74% -
XYZ 18.56 36.25 6.68 -
YUV 120.71 71.16 61.16 -
System Red Green Blue C M Y K H S L
Decimal 27 188 20 0.86 0 0.89 0.26 117.5 0.81 0.41
Hex 1B BC 14 56 0 59 1A 76 51 29
Octal 33 274 24 126 0 131 32 166 121 51
Binary 11011 10111100 10100 1010110 0 1011001 11010 1110110 1010001 101001

Color Harmonies of #1BBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBC14

Black with #1BBC14

Text Example


Text Example

White with #1BBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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