Html Css Color HEX #7CC702 Lima

📋 copy color: '#7CC702'

red 124 ◦ green 199 ◦ blue 2

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

Shades of Lima #7CC702

Tints of Lima #7CC702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 38.15%
G = 61.23%
B = 0.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#7CC702 (or 0x7CC702) is known color: Lima. HEX triplet: 7C, C7 and 02. RGB value is (124,199,2). Sum of RGB (Red+Green+Blue) = 124+199+2=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC702 is #8338FD. Grayscale: #9A9A9A. Windows color (decimal): -8599806 or 182140. OLE color: 182140.

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

Color convert

RGB 124 199 2 -
CMYK 0.38 0 0.99 0.22
HSL 82.84º 0.98% 0.39% -
HSV(B) 82.84º 0.99% 0.78% -
XYZ 28.75 45.14 7.25 -
YUV 154.12 42.15 106.52 -
System Red Green Blue C M Y K H S L
Decimal 124 199 2 0.38 0 0.99 0.22 82.84 0.98 0.39
Hex 7C C7 2 26 0 63 16 53 62 27
Octal 174 307 2 46 0 143 26 123 142 47
Binary 1111100 11000111 10 100110 0 1100011 10110 1010011 1100010 100111

Color Harmonies of #7CC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC702

Black with #7CC702

Text Example


Text Example

White with #7CC702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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