Html Css Color HEX #7DC421 Lima

📋 copy color: '#7DC421'

red 125 ◦ green 196 ◦ blue 33

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

Shades of Lima #7DC421

Tints of Lima #7DC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.37%

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

R = 35.31%
G = 55.37%
B = 9.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#7DC421 (or 0x7DC421) is known color: Lima. HEX triplet: 7D, C4 and 21. RGB value is (125,196,33). Sum of RGB (Red+Green+Blue) = 125+196+33=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 33 (13.28% from 255 or 9.32% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC421 is #823BDE. Grayscale: #9C9C9C. Windows color (decimal): -8535007 or 2212989. OLE color: 2212989.

HSL color Cylindrical-coordinate representation of color #7DC421: hue angle of 86.13º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DC421 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 33 -
CMYK 0.36 0 0.83 0.23
HSL 86.13º 0.71% 0.45% -
HSV(B) 86.13º 0.83% 0.77% -
XYZ 28.47 43.95 8.42 -
YUV 156.19 58.48 105.75 -
System Red Green Blue C M Y K H S L
Decimal 125 196 33 0.36 0 0.83 0.23 86.13 0.71 0.45
Hex 7D C4 21 24 0 53 17 56 47 2D
Octal 175 304 41 44 0 123 27 126 107 55
Binary 1111101 11000100 100001 100100 0 1010011 10111 1010110 1000111 101101

Color Harmonies of #7DC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC421

Black with #7DC421

Text Example


Text Example

White with #7DC421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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