Html Css Color HEX #7CB20F Lima

📋 copy color: '#7CB20F'

red 124 ◦ green 178 ◦ blue 15

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

Shades of Lima #7CB20F

Tints of Lima #7CB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.15%

 BLUE value IS 15 (6.25% from 255) = 4.73%

R = 39.12%
G = 56.15%
B = 4.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#7CB20F (or 0x7CB20F) is known color: Lima. HEX triplet: 7C, B2 and 0F. RGB value is (124,178,15). Sum of RGB (Red+Green+Blue) = 124+178+15=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB20F is #834DF0. Grayscale: #8F8F8F. Windows color (decimal): -8605169 or 1028732. OLE color: 1028732.

HSL color Cylindrical-coordinate representation of color #7CB20F: hue angle of 79.88º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CB20F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 124 178 15 -
CMYK 0.30 0 0.92 0.30
HSL 79.88º 0.84% 0.38% -
HSV(B) 79.88º 0.92% 0.7% -
XYZ 24.32 36.16 6.15 -
YUV 143.27 55.61 114.25 -
System Red Green Blue C M Y K H S L
Decimal 124 178 15 0.30 0 0.92 0.30 79.88 0.84 0.38
Hex 7C B2 F 1E 0 5C 1E 50 54 26
Octal 174 262 17 36 0 134 36 120 124 46
Binary 1111100 10110010 1111 11110 0 1011100 11110 1010000 1010100 100110

Color Harmonies of #7CB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB20F

Black with #7CB20F

Text Example


Text Example

White with #7CB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,178,15); }

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

background-color css

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

 a { background-color: rgb(124,178,15); }

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

border-color css

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

 span { border-color: rgb(124,178,15); }

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