Html Css Color HEX #1BC010 Lime Green

📋 copy color: '#1BC010'

red 27 ◦ green 192 ◦ blue 16

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

Shades of Lime Green #1BC010

Tints of Lime Green #1BC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 81.7%

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

R = 11.49%
G = 81.7%
B = 6.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#1BC010 (or 0x1BC010) is known color: Lime Green. HEX triplet: 1B, C0 and 10. RGB value is (27,192,16). Sum of RGB (Red+Green+Blue) = 27+192+16=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC010 is #E43FEF. Grayscale: #7B7B7B. Windows color (decimal): -14958576 or 1097755. OLE color: 1097755.

HSL color Cylindrical-coordinate representation of color #1BC010: hue angle of 116.25º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BC010 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 192 16 -
CMYK 0.86 0 0.92 0.25
HSL 116.25º 0.85% 0.41% -
HSV(B) 116.25º 0.92% 0.75% -
XYZ 19.4 37.97 6.8 -
YUV 122.6 67.84 59.81 -
System Red Green Blue C M Y K H S L
Decimal 27 192 16 0.86 0 0.92 0.25 116.25 0.85 0.41
Hex 1B C0 10 56 0 5C 19 74 55 29
Octal 33 300 20 126 0 134 31 164 125 51
Binary 11011 11000000 10000 1010110 0 1011100 11001 1110100 1010101 101001

Color Harmonies of #1BC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC010

Black with #1BC010

Text Example


Text Example

White with #1BC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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