Html Css Color HEX #7DC322 Lima

📋 copy color: '#7DC322'

red 125 ◦ green 195 ◦ blue 34

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

Shades of Lima #7DC322

Tints of Lima #7DC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.08%

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

R = 35.31%
G = 55.08%
B = 9.6%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7DC322 (or 0x7DC322) is known color: Lima. HEX triplet: 7D, C3 and 22. RGB value is (125,195,34). Sum of RGB (Red+Green+Blue) = 125+195+34=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC322 is #823CDD. Grayscale: #9C9C9C. Windows color (decimal): -8535262 or 2278269. OLE color: 2278269.

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

Color convert

RGB 125 195 34 -
CMYK 0.36 0 0.83 0.24
HSL 86.09º 0.7% 0.45% -
HSV(B) 86.09º 0.83% 0.76% -
XYZ 28.26 43.51 8.42 -
YUV 155.72 59.31 106.09 -
System Red Green Blue C M Y K H S L
Decimal 125 195 34 0.36 0 0.83 0.24 86.09 0.7 0.45
Hex 7D C3 22 24 0 53 18 56 46 2D
Octal 175 303 42 44 0 123 30 126 106 55
Binary 1111101 11000011 100010 100100 0 1010011 11000 1010110 1000110 101101

Color Harmonies of #7DC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC322

Black with #7DC322

Text Example


Text Example

White with #7DC322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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