Html Css Color HEX #7DC328 Lima

📋 copy color: '#7DC328'

red 125 ◦ green 195 ◦ blue 40

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

Shades of Lima #7DC328

Tints of Lima #7DC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 34.72%
G = 54.17%
B = 11.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#7DC328 (or 0x7DC328) is known color: Lima. HEX triplet: 7D, C3 and 28. RGB value is (125,195,40). Sum of RGB (Red+Green+Blue) = 125+195+40=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC328 is #823CD7. Grayscale: #9C9C9C. Windows color (decimal): -8535256 or 2671485. OLE color: 2671485.

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

Color convert

RGB 125 195 40 -
CMYK 0.36 0 0.79 0.24
HSL 87.1º 0.66% 0.46% -
HSV(B) 87.1º 0.79% 0.76% -
XYZ 28.36 43.54 8.92 -
YUV 156.4 62.31 105.6 -
System Red Green Blue C M Y K H S L
Decimal 125 195 40 0.36 0 0.79 0.24 87.1 0.66 0.46
Hex 7D C3 28 24 0 4F 18 57 42 2E
Octal 175 303 50 44 0 117 30 127 102 56
Binary 1111101 11000011 101000 100100 0 1001111 11000 1010111 1000010 101110

Color Harmonies of #7DC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC328

Black with #7DC328

Text Example


Text Example

White with #7DC328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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