Html Css Color HEX #1BBA10 Lime Green

📋 copy color: '#1BBA10'

red 27 ◦ green 186 ◦ blue 16

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

Shades of Lime Green #1BBA10

Tints of Lime Green #1BBA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 81.22%

 BLUE value IS 16 (6.64% from 255) = 6.99%

R = 11.79%
G = 81.22%
B = 6.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#1BBA10 (or 0x1BBA10) is known color: Lime Green. HEX triplet: 1B, BA and 10. RGB value is (27,186,16). Sum of RGB (Red+Green+Blue) = 27+186+16=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA10 is #E445EF. Grayscale: #777777. Windows color (decimal): -14960112 or 1096219. OLE color: 1096219.

HSL color Cylindrical-coordinate representation of color #1BBA10: hue angle of 116.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BBA10 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 186 16 -
CMYK 0.85 0 0.91 0.27
HSL 116.12º 0.84% 0.4% -
HSV(B) 116.12º 0.91% 0.73% -
XYZ 18.1 35.39 6.37 -
YUV 119.08 69.82 62.32 -
System Red Green Blue C M Y K H S L
Decimal 27 186 16 0.85 0 0.91 0.27 116.12 0.84 0.4
Hex 1B BA 10 55 0 5B 1B 74 54 28
Octal 33 272 20 125 0 133 33 164 124 50
Binary 11011 10111010 10000 1010101 0 1011011 11011 1110100 1010100 101000

Color Harmonies of #1BBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBA10

Black with #1BBA10

Text Example


Text Example

White with #1BBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,186,16); }

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

background-color css

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

 a { background-color: rgb(27,186,16); }

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

border-color css

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

 span { border-color: rgb(27,186,16); }

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