Html Css Color HEX #7CB807 Lima

📋 copy color: '#7CB807'

red 124 ◦ green 184 ◦ blue 7

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

Shades of Lima #7CB807

Tints of Lima #7CB807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.41%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 39.37%
G = 58.41%
B = 2.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#7CB807 (or 0x7CB807) is known color: Lima. HEX triplet: 7C, B8 and 07. RGB value is (124,184,7). Sum of RGB (Red+Green+Blue) = 124+184+7=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB807 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB807 is #8347F8. Grayscale: #929292. Windows color (decimal): -8603641 or 505980. OLE color: 505980.

HSL color Cylindrical-coordinate representation of color #7CB807: hue angle of 80.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7CB807 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 184 7 -
CMYK 0.33 0 0.96 0.28
HSL 80.34º 0.93% 0.37% -
HSV(B) 80.34º 0.96% 0.72% -
XYZ 25.49 38.58 6.3 -
YUV 145.88 49.62 112.39 -
System Red Green Blue C M Y K H S L
Decimal 124 184 7 0.33 0 0.96 0.28 80.34 0.93 0.37
Hex 7C B8 7 21 0 60 1C 50 5D 25
Octal 174 270 7 41 0 140 34 120 135 45
Binary 1111100 10111000 111 100001 0 1100000 11100 1010000 1011101 100101

Color Harmonies of #7CB807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB807

Black with #7CB807

Text Example


Text Example

White with #7CB807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,184,7); }

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

background-color css

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

 a { background-color: rgb(124,184,7); }

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

border-color css

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

 span { border-color: rgb(124,184,7); }

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