Html Css Color HEX #7DCC16 Lima

📋 copy color: '#7DCC16'

red 125 ◦ green 204 ◦ blue 22

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

Shades of Lima #7DCC16

Tints of Lima #7DCC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.12%

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

R = 35.61%
G = 58.12%
B = 6.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#7DCC16 (or 0x7DCC16) is known color: Lima. HEX triplet: 7D, CC and 16. RGB value is (125,204,22). Sum of RGB (Red+Green+Blue) = 125+204+22=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCC16 is #8233E9. Grayscale: #A0A0A0. Windows color (decimal): -8532970 or 1494141. OLE color: 1494141.

HSL color Cylindrical-coordinate representation of color #7DCC16: hue angle of 86.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DCC16 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 22 -
CMYK 0.39 0 0.89 0.2
HSL 86.04º 0.81% 0.44% -
HSV(B) 86.04º 0.89% 0.8% -
XYZ 30.2 47.6 8.36 -
YUV 159.63 50.33 103.3 -
System Red Green Blue C M Y K H S L
Decimal 125 204 22 0.39 0 0.89 0.2 86.04 0.81 0.44
Hex 7D CC 16 27 0 59 14 56 51 2C
Octal 175 314 26 47 0 131 24 126 121 54
Binary 1111101 11001100 10110 100111 0 1011001 10100 1010110 1010001 101100

Color Harmonies of #7DCC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC16

Black with #7DCC16

Text Example


Text Example

White with #7DCC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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