Html Css Color HEX #7DC802 Lima

📋 copy color: '#7DC802'

red 125 ◦ green 200 ◦ blue 2

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

Shades of Lima #7DC802

Tints of Lima #7DC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.16%

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

R = 38.23%
G = 61.16%
B = 0.61%

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

#7DC802 (or 0x7DC802) is known color: Lima. HEX triplet: 7D, C8 and 02. RGB value is (125,200,2). Sum of RGB (Red+Green+Blue) = 125+200+2=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC802 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC802 is #8237FD. Grayscale: #9B9B9B. Windows color (decimal): -8534014 or 182397. OLE color: 182397.

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

Color convert

RGB 125 200 2 -
CMYK 0.38 0 0.99 0.22
HSL 82.73º 0.98% 0.4% -
HSV(B) 82.73º 0.99% 0.78% -
XYZ 29.12 45.67 7.34 -
YUV 155 41.65 106.6 -
System Red Green Blue C M Y K H S L
Decimal 125 200 2 0.38 0 0.99 0.22 82.73 0.98 0.4
Hex 7D C8 2 26 0 63 16 53 62 28
Octal 175 310 2 46 0 143 26 123 142 50
Binary 1111101 11001000 10 100110 0 1100011 10110 1010011 1100010 101000

Color Harmonies of #7DC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC802

Black with #7DC802

Text Example


Text Example

White with #7DC802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,2); }

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

background-color css

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

 a { background-color: rgb(125,200,2); }

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

border-color css

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

 span { border-color: rgb(125,200,2); }

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