Html Css Color HEX #7DB63A Lima

📋 copy color: '#7DB63A'

red 125 ◦ green 182 ◦ blue 58

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

Shades of Lima #7DB63A

Tints of Lima #7DB63A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.86%

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 34.25%
G = 49.86%
B = 15.89%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#7DB63A (or 0x7DB63A) is known color: Lima. HEX triplet: 7D, B6 and 3A. RGB value is (125,182,58). Sum of RGB (Red+Green+Blue) = 125+182+58=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB63A is #8249C5. Grayscale: #979797. Windows color (decimal): -8538566 or 3847805. OLE color: 3847805.

HSL color Cylindrical-coordinate representation of color #7DB63A: hue angle of 87.58º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DB63A is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 182 58 -
CMYK 0.31 0 0.68 0.29
HSL 87.58º 0.52% 0.47% -
HSV(B) 87.58º 0.68% 0.71% -
XYZ 25.95 38.12 9.99 -
YUV 150.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 125 182 58 0.31 0 0.68 0.29 87.58 0.52 0.47
Hex 7D B6 3A 1F 0 44 1D 58 34 2F
Octal 175 266 72 37 0 104 35 130 64 57
Binary 1111101 10110110 111010 11111 0 1000100 11101 1011000 110100 101111

Color Harmonies of #7DB63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB63A

Black with #7DB63A

Text Example


Text Example

White with #7DB63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,182,58); }

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

background-color css

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

 a { background-color: rgb(125,182,58); }

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

border-color css

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

 span { border-color: rgb(125,182,58); }

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