Html Css Color HEX #7CB00E Lima

📋 copy color: '#7CB00E'

red 124 ◦ green 176 ◦ blue 14

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

Shades of Lima #7CB00E

Tints of Lima #7CB00E

RGB

 RED value IS 124 (48.83% from 255) = 39.49%

 GREEN value IS 176 (69.14% from 255) = 56.05%

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

R = 39.49%
G = 56.05%
B = 4.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#7CB00E (or 0x7CB00E) is known color: Lima. HEX triplet: 7C, B0 and 0E. RGB value is (124,176,14). Sum of RGB (Red+Green+Blue) = 124+176+14=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB00E is #834FF1. Grayscale: #8E8E8E. Windows color (decimal): -8605682 or 962684. OLE color: 962684.

HSL color Cylindrical-coordinate representation of color #7CB00E: hue angle of 79.26º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CB00E is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 124 176 14 -
CMYK 0.30 0 0.92 0.31
HSL 79.26º 0.85% 0.37% -
HSV(B) 79.26º 0.92% 0.69% -
XYZ 23.92 35.37 5.98 -
YUV 141.98 55.77 115.17 -
System Red Green Blue C M Y K H S L
Decimal 124 176 14 0.30 0 0.92 0.31 79.26 0.85 0.37
Hex 7C B0 E 1E 0 5C 1F 4F 55 25
Octal 174 260 16 36 0 134 37 117 125 45
Binary 1111100 10110000 1110 11110 0 1011100 11111 1001111 1010101 100101

Color Harmonies of #7CB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB00E

Black with #7CB00E

Text Example


Text Example

White with #7CB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,176,14); }

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

background-color css

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

 a { background-color: rgb(124,176,14); }

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

border-color css

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

 span { border-color: rgb(124,176,14); }

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