Html Css Color HEX #7DC216 Lima

📋 copy color: '#7DC216'

red 125 ◦ green 194 ◦ blue 22

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

Shades of Lima #7DC216

Tints of Lima #7DC216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 36.66%
G = 56.89%
B = 6.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#7DC216 (or 0x7DC216) is known color: Lima. HEX triplet: 7D, C2 and 16. RGB value is (125,194,22). Sum of RGB (Red+Green+Blue) = 125+194+22=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC216 is #823DE9. Grayscale: #9A9A9A. Windows color (decimal): -8535530 or 1491581. OLE color: 1491581.

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

Color convert

RGB 125 194 22 -
CMYK 0.36 0 0.89 0.24
HSL 84.07º 0.8% 0.42% -
HSV(B) 84.07º 0.89% 0.76% -
XYZ 27.89 43 7.59 -
YUV 153.76 53.64 107.49 -
System Red Green Blue C M Y K H S L
Decimal 125 194 22 0.36 0 0.89 0.24 84.07 0.8 0.42
Hex 7D C2 16 24 0 59 18 54 50 2A
Octal 175 302 26 44 0 131 30 124 120 52
Binary 1111101 11000010 10110 100100 0 1011001 11000 1010100 1010000 101010

Color Harmonies of #7DC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC216

Black with #7DC216

Text Example


Text Example

White with #7DC216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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