Html Css Color HEX #1BCB0E Lime Green

📋 copy color: '#1BCB0E'

red 27 ◦ green 203 ◦ blue 14

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

Shades of Lime Green #1BCB0E

Tints of Lime Green #1BCB0E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 83.2%

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 11.07%
G = 83.2%
B = 5.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#1BCB0E (or 0x1BCB0E) is known color: Lime Green. HEX triplet: 1B, CB and 0E. RGB value is (27,203,14). Sum of RGB (Red+Green+Blue) = 27+203+14=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 203 (79.69% from 255 or 83.20% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCB0E is #E434F1. Grayscale: #818181. Windows color (decimal): -14955762 or 969499. OLE color: 969499.

HSL color Cylindrical-coordinate representation of color #1BCB0E: hue angle of 115.87º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1BCB0E is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 27 203 14 -
CMYK 0.87 0 0.93 0.20
HSL 115.87º 0.87% 0.43% -
HSV(B) 115.87º 0.93% 0.8% -
XYZ 21.89 42.98 7.56 -
YUV 128.83 63.19 55.37 -
System Red Green Blue C M Y K H S L
Decimal 27 203 14 0.87 0 0.93 0.20 115.87 0.87 0.43
Hex 1B CB E 57 0 5D 14 74 57 2B
Octal 33 313 16 127 0 135 24 164 127 53
Binary 11011 11001011 1110 1010111 0 1011101 10100 1110100 1010111 101011

Color Harmonies of #1BCB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCB0E

Black with #1BCB0E

Text Example


Text Example

White with #1BCB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,203,14); }

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

background-color css

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

 a { background-color: rgb(27,203,14); }

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

border-color css

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

 span { border-color: rgb(27,203,14); }

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