Html Css Color HEX #7BC00E Lima

📋 copy color: '#7BC00E'

red 123 ◦ green 192 ◦ blue 14

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

Shades of Lima #7BC00E

Tints of Lima #7BC00E

RGB

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

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

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

R = 37.39%
G = 58.36%
B = 4.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#7BC00E (or 0x7BC00E) is known color: Lima. HEX triplet: 7B, C0 and 0E. RGB value is (123,192,14). Sum of RGB (Red+Green+Blue) = 123+192+14=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC00E is #843FF1. Grayscale: #979797. Windows color (decimal): -8667122 or 966779. OLE color: 966779.

HSL color Cylindrical-coordinate representation of color #7BC00E: hue angle of 83.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BC00E is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 192 14 -
CMYK 0.36 0 0.93 0.25
HSL 83.26º 0.86% 0.4% -
HSV(B) 83.26º 0.93% 0.75% -
XYZ 27.1 41.94 7.08 -
YUV 151.08 50.64 107.97 -
System Red Green Blue C M Y K H S L
Decimal 123 192 14 0.36 0 0.93 0.25 83.26 0.86 0.4
Hex 7B C0 E 24 0 5D 19 53 56 28
Octal 173 300 16 44 0 135 31 123 126 50
Binary 1111011 11000000 1110 100100 0 1011101 11001 1010011 1010110 101000

Color Harmonies of #7BC00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC00E

Black with #7BC00E

Text Example


Text Example

White with #7BC00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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