Html Css Color HEX #7CC304 Lima

📋 copy color: '#7CC304'

red 124 ◦ green 195 ◦ blue 4

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

Shades of Lima #7CC304

Tints of Lima #7CC304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 38.39%
G = 60.37%
B = 1.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#7CC304 (or 0x7CC304) is known color: Lima. HEX triplet: 7C, C3 and 04. RGB value is (124,195,4). Sum of RGB (Red+Green+Blue) = 124+195+4=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC304 is #833CFB. Grayscale: #989898. Windows color (decimal): -8600828 or 312188. OLE color: 312188.

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

Color convert

RGB 124 195 4 -
CMYK 0.36 0 0.98 0.24
HSL 82.3º 0.96% 0.39% -
HSV(B) 82.3º 0.98% 0.76% -
XYZ 27.85 43.32 7.01 -
YUV 152 44.48 108.03 -
System Red Green Blue C M Y K H S L
Decimal 124 195 4 0.36 0 0.98 0.24 82.3 0.96 0.39
Hex 7C C3 4 24 0 62 18 52 60 27
Octal 174 303 4 44 0 142 30 122 140 47
Binary 1111100 11000011 100 100100 0 1100010 11000 1010010 1100000 100111

Color Harmonies of #7CC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC304

Black with #7CC304

Text Example


Text Example

White with #7CC304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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