Html Css Color HEX #1BC708 Lime Green

📋 copy color: '#1BC708'

red 27 ◦ green 199 ◦ blue 8

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

Shades of Lime Green #1BC708

Tints of Lime Green #1BC708

RGB

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

 GREEN value IS 199 (78.13% from 255) = 85.04%

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 11.54%
G = 85.04%
B = 3.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#1BC708 (or 0x1BC708) is known color: Lime Green. HEX triplet: 1B, C7 and 08. RGB value is (27,199,8). Sum of RGB (Red+Green+Blue) = 27+199+8=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 199 (78.12% from 255 or 85.04% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 199 - color contains mainly: green. Hex color #1BC708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC708 is #E438F7. Grayscale: #7E7E7E. Windows color (decimal): -14956792 or 575259. OLE color: 575259.

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

Color convert

RGB 27 199 8 -
CMYK 0.86 0 0.96 0.22
HSL 114.03º 0.92% 0.41% -
HSV(B) 114.03º 0.96% 0.78% -
XYZ 20.92 41.1 7.06 -
YUV 125.8 61.52 57.53 -
System Red Green Blue C M Y K H S L
Decimal 27 199 8 0.86 0 0.96 0.22 114.03 0.92 0.41
Hex 1B C7 8 56 0 60 16 72 5C 29
Octal 33 307 10 126 0 140 26 162 134 51
Binary 11011 11000111 1000 1010110 0 1100000 10110 1110010 1011100 101001

Color Harmonies of #1BC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC708

Black with #1BC708

Text Example


Text Example

White with #1BC708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,199,8); }

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

background-color css

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

 a { background-color: rgb(27,199,8); }

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

border-color css

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

 span { border-color: rgb(27,199,8); }

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