Html Css Color HEX #7DC422 Lima

📋 copy color: '#7DC422'

red 125 ◦ green 196 ◦ blue 34

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

Shades of Lima #7DC422

Tints of Lima #7DC422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.58%

R = 35.21%
G = 55.21%
B = 9.58%

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

#7DC422 (or 0x7DC422) is known color: Lima. HEX triplet: 7D, C4 and 22. RGB value is (125,196,34). Sum of RGB (Red+Green+Blue) = 125+196+34=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #7DC422 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC422 is #823BDD. Grayscale: #9C9C9C. Windows color (decimal): -8535006 or 2278525. OLE color: 2278525.

HSL color Cylindrical-coordinate representation of color #7DC422: hue angle of 86.3º degrees, saturation: 0.7, 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 #7DC422 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 196 34 -
CMYK 0.36 0 0.83 0.23
HSL 86.3º 0.7% 0.45% -
HSV(B) 86.3º 0.83% 0.77% -
XYZ 28.49 43.96 8.5 -
YUV 156.3 58.98 105.67 -
System Red Green Blue C M Y K H S L
Decimal 125 196 34 0.36 0 0.83 0.23 86.3 0.7 0.45
Hex 7D C4 22 24 0 53 17 56 46 2D
Octal 175 304 42 44 0 123 27 126 106 55
Binary 1111101 11000100 100010 100100 0 1010011 10111 1010110 1000110 101101

Color Harmonies of #7DC422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC422

Black with #7DC422

Text Example


Text Example

White with #7DC422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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