Html Css Color HEX #7CC72E Lima

📋 copy color: '#7CC72E'

red 124 ◦ green 199 ◦ blue 46

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

Shades of Lima #7CC72E

Tints of Lima #7CC72E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.93%

 BLUE value IS 46 (18.36% from 255) = 12.47%

R = 33.6%
G = 53.93%
B = 12.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#7CC72E (or 0x7CC72E) is known color: Lima. HEX triplet: 7C, C7 and 2E. RGB value is (124,199,46). Sum of RGB (Red+Green+Blue) = 124+199+46=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC72E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC72E is #8338D1. Grayscale: #9F9F9F. Windows color (decimal): -8599762 or 3065724. OLE color: 3065724.

HSL color Cylindrical-coordinate representation of color #7CC72E: hue angle of 89.41º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CC72E is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 124 199 46 -
CMYK 0.38 0 0.77 0.22
HSL 89.41º 0.62% 0.48% -
HSV(B) 89.41º 0.77% 0.78% -
XYZ 29.23 45.33 9.79 -
YUV 159.13 64.15 102.94 -
System Red Green Blue C M Y K H S L
Decimal 124 199 46 0.38 0 0.77 0.22 89.41 0.62 0.48
Hex 7C C7 2E 26 0 4D 16 59 3E 30
Octal 174 307 56 46 0 115 26 131 76 60
Binary 1111100 11000111 101110 100110 0 1001101 10110 1011001 111110 110000

Color Harmonies of #7CC72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC72E

Black with #7CC72E

Text Example


Text Example

White with #7CC72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,199,46); }

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

background-color css

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

 a { background-color: rgb(124,199,46); }

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

border-color css

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

 span { border-color: rgb(124,199,46); }

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