Html Css Color HEX #7DC920 Lima

📋 copy color: '#7DC920'

red 125 ◦ green 201 ◦ blue 32

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

Shades of Lima #7DC920

Tints of Lima #7DC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.15%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 34.92%
G = 56.15%
B = 8.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#7DC920 (or 0x7DC920) is known color: Lima. HEX triplet: 7D, C9 and 20. RGB value is (125,201,32). Sum of RGB (Red+Green+Blue) = 125+201+32=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC920 is #8236DF. Grayscale: #9F9F9F. Windows color (decimal): -8533728 or 2148733. OLE color: 2148733.

HSL color Cylindrical-coordinate representation of color #7DC920: hue angle of 86.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DC920 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 32 -
CMYK 0.38 0 0.84 0.21
HSL 86.98º 0.73% 0.46% -
HSV(B) 86.98º 0.84% 0.79% -
XYZ 29.6 46.24 8.73 -
YUV 159.01 56.32 103.74 -
System Red Green Blue C M Y K H S L
Decimal 125 201 32 0.38 0 0.84 0.21 86.98 0.73 0.46
Hex 7D C9 20 26 0 54 15 57 49 2E
Octal 175 311 40 46 0 124 25 127 111 56
Binary 1111101 11001001 100000 100110 0 1010100 10101 1010111 1001001 101110

Color Harmonies of #7DC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC920

Black with #7DC920

Text Example


Text Example

White with #7DC920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,201,32); }

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

background-color css

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

 a { background-color: rgb(125,201,32); }

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

border-color css

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

 span { border-color: rgb(125,201,32); }

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