Html Css Color HEX #7DC036 Lima

📋 copy color: '#7DC036'

red 125 ◦ green 192 ◦ blue 54

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

Shades of Lima #7DC036

Tints of Lima #7DC036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 33.69%
G = 51.75%
B = 14.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#7DC036 (or 0x7DC036) is known color: Lima. HEX triplet: 7D, C0 and 36. RGB value is (125,192,54). Sum of RGB (Red+Green+Blue) = 125+192+54=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC036 is #823FC9. Grayscale: #9C9C9C. Windows color (decimal): -8536010 or 3588221. OLE color: 3588221.

HSL color Cylindrical-coordinate representation of color #7DC036: hue angle of 89.13º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DC036 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 192 54 -
CMYK 0.35 0 0.72 0.25
HSL 89.13º 0.56% 0.48% -
HSV(B) 89.13º 0.72% 0.75% -
XYZ 27.97 42.33 10.19 -
YUV 156.24 70.3 105.72 -
System Red Green Blue C M Y K H S L
Decimal 125 192 54 0.35 0 0.72 0.25 89.13 0.56 0.48
Hex 7D C0 36 23 0 48 19 59 38 30
Octal 175 300 66 43 0 110 31 131 70 60
Binary 1111101 11000000 110110 100011 0 1001000 11001 1011001 111000 110000

Color Harmonies of #7DC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC036

Black with #7DC036

Text Example


Text Example

White with #7DC036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,192,54); }

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

background-color css

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

 a { background-color: rgb(125,192,54); }

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

border-color css

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

 span { border-color: rgb(125,192,54); }

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