Html Css Color HEX #1BBC10 Lime Green

📋 copy color: '#1BBC10'

red 27 ◦ green 188 ◦ blue 16

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

Shades of Lime Green #1BBC10

Tints of Lime Green #1BBC10

RGB

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

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

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

R = 11.69%
G = 81.39%
B = 6.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#1BBC10 (or 0x1BBC10) is known color: Lime Green. HEX triplet: 1B, BC and 10. RGB value is (27,188,16). Sum of RGB (Red+Green+Blue) = 27+188+16=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 188 (73.83% from 255 or 81.39% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBC10 is #E443EF. Grayscale: #787878. Windows color (decimal): -14959600 or 1096731. OLE color: 1096731.

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

Color convert

RGB 27 188 16 -
CMYK 0.86 0 0.91 0.26
HSL 116.16º 0.84% 0.4% -
HSV(B) 116.16º 0.91% 0.74% -
XYZ 18.53 36.24 6.51 -
YUV 120.25 69.16 61.49 -
System Red Green Blue C M Y K H S L
Decimal 27 188 16 0.86 0 0.91 0.26 116.16 0.84 0.4
Hex 1B BC 10 56 0 5B 1A 74 54 28
Octal 33 274 20 126 0 133 32 164 124 50
Binary 11011 10111100 10000 1010110 0 1011011 11010 1110100 1010100 101000

Color Harmonies of #1BBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBC10

Black with #1BBC10

Text Example


Text Example

White with #1BBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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