Html Css Color HEX #7DC921 Lima

📋 copy color: '#7DC921'

red 125 ◦ green 201 ◦ blue 33

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

Shades of Lima #7DC921

Tints of Lima #7DC921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 34.82%
G = 55.99%
B = 9.19%

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

#7DC921 (or 0x7DC921) is known color: Lima. HEX triplet: 7D, C9 and 21. RGB value is (125,201,33). Sum of RGB (Red+Green+Blue) = 125+201+33=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC921 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC921 is #8236DE. Grayscale: #9F9F9F. Windows color (decimal): -8533727 or 2214269. OLE color: 2214269.

HSL color Cylindrical-coordinate representation of color #7DC921: hue angle of 87.14º degrees, saturation: 0.72, 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 #7DC921 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 201 33 -
CMYK 0.38 0 0.84 0.21
HSL 87.14º 0.72% 0.46% -
HSV(B) 87.14º 0.84% 0.79% -
XYZ 29.62 46.24 8.8 -
YUV 159.12 56.82 103.66 -
System Red Green Blue C M Y K H S L
Decimal 125 201 33 0.38 0 0.84 0.21 87.14 0.72 0.46
Hex 7D C9 21 26 0 54 15 57 48 2E
Octal 175 311 41 46 0 124 25 127 110 56
Binary 1111101 11001001 100001 100110 0 1010100 10101 1010111 1001000 101110

Color Harmonies of #7DC921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC921

Black with #7DC921

Text Example


Text Example

White with #7DC921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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