Html Css Color HEX #7CC306 Lima

📋 copy color: '#7CC306'

red 124 ◦ green 195 ◦ blue 6

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

Shades of Lima #7CC306

Tints of Lima #7CC306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 38.15%
G = 60%
B = 1.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#7CC306 (or 0x7CC306) is known color: Lima. HEX triplet: 7C, C3 and 06. RGB value is (124,195,6). Sum of RGB (Red+Green+Blue) = 124+195+6=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC306 is #833CF9. Grayscale: #989898. Windows color (decimal): -8600826 or 443260. OLE color: 443260.

HSL color Cylindrical-coordinate representation of color #7CC306: hue angle of 82.54º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CC306 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 195 6 -
CMYK 0.36 0 0.97 0.24
HSL 82.54º 0.94% 0.39% -
HSV(B) 82.54º 0.97% 0.76% -
XYZ 27.86 43.33 7.07 -
YUV 152.23 45.48 107.87 -
System Red Green Blue C M Y K H S L
Decimal 124 195 6 0.36 0 0.97 0.24 82.54 0.94 0.39
Hex 7C C3 6 24 0 61 18 53 5E 27
Octal 174 303 6 44 0 141 30 123 136 47
Binary 1111100 11000011 110 100100 0 1100001 11000 1010011 1011110 100111

Color Harmonies of #7CC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC306

Black with #7CC306

Text Example


Text Example

White with #7CC306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,195,6); }

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

background-color css

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

 a { background-color: rgb(124,195,6); }

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

border-color css

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

 span { border-color: rgb(124,195,6); }

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