Html Css Color HEX #7BCE0E Lima

📋 copy color: '#7BCE0E'

red 123 ◦ green 206 ◦ blue 14

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

Shades of Lima #7BCE0E

Tints of Lima #7BCE0E

RGB

 RED value IS 123 (48.44% from 255) = 35.86%

 GREEN value IS 206 (80.86% from 255) = 60.06%

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

R = 35.86%
G = 60.06%
B = 4.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#7BCE0E (or 0x7BCE0E) is known color: Lima. HEX triplet: 7B, CE and 0E. RGB value is (123,206,14). Sum of RGB (Red+Green+Blue) = 123+206+14=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #7BCE0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCE0E is #8431F1. Grayscale: #9F9F9F. Windows color (decimal): -8663538 or 970363. OLE color: 970363.

HSL color Cylindrical-coordinate representation of color #7BCE0E: hue angle of 85.94º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BCE0E is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 206 14 -
CMYK 0.40 0 0.93 0.19
HSL 85.94º 0.87% 0.43% -
HSV(B) 85.94º 0.93% 0.81% -
XYZ 30.32 48.39 8.16 -
YUV 159.3 46 102.11 -
System Red Green Blue C M Y K H S L
Decimal 123 206 14 0.40 0 0.93 0.19 85.94 0.87 0.43
Hex 7B CE E 28 0 5D 13 56 57 2B
Octal 173 316 16 50 0 135 23 126 127 53
Binary 1111011 11001110 1110 101000 0 1011101 10011 1010110 1010111 101011

Color Harmonies of #7BCE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCE0E

Black with #7BCE0E

Text Example


Text Example

White with #7BCE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCE0E; }

 p { color: rgb(123,206,14); }

 H1.HeaderClassName
 {
   color: #7BCE0E;
 }
 .AnyTagClassName
 {
   color: #7BCE0E;
 }
</style>

background-color css

<style>
 a { background-color: #7BCE0E; }

 a { background-color: rgb(123,206,14); }

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

border-color css

<style>
 span { border-color: #7BCE0E; }

 span { border-color: rgb(123,206,14); }

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