Html Css Color HEX #7DC204 Lima

📋 copy color: '#7DC204'

red 125 ◦ green 194 ◦ blue 4

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

Shades of Lima #7DC204

Tints of Lima #7DC204

RGB

 RED value IS 125 (49.22% from 255) = 38.7%

 GREEN value IS 194 (76.17% from 255) = 60.06%

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

R = 38.7%
G = 60.06%
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

#7DC204 (or 0x7DC204) is known color: Lima. HEX triplet: 7D, C2 and 04. RGB value is (125,194,4). Sum of RGB (Red+Green+Blue) = 125+194+4=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC204 is #823DFB. Grayscale: #989898. Windows color (decimal): -8535548 or 311933. OLE color: 311933.

HSL color Cylindrical-coordinate representation of color #7DC204: hue angle of 81.79º 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 #7DC204 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 4 -
CMYK 0.36 0 0.98 0.24
HSL 81.79º 0.96% 0.39% -
HSV(B) 81.79º 0.98% 0.76% -
XYZ 27.77 42.95 6.94 -
YUV 151.71 44.64 108.95 -
System Red Green Blue C M Y K H S L
Decimal 125 194 4 0.36 0 0.98 0.24 81.79 0.96 0.39
Hex 7D C2 4 24 0 62 18 52 60 27
Octal 175 302 4 44 0 142 30 122 140 47
Binary 1111101 11000010 100 100100 0 1100010 11000 1010010 1100000 100111

Color Harmonies of #7DC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC204

Black with #7DC204

Text Example


Text Example

White with #7DC204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,4); }

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

background-color css

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

 a { background-color: rgb(125,194,4); }

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

border-color css

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

 span { border-color: rgb(125,194,4); }

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