Html Css Color HEX #7DBF3A Lima

📋 copy color: '#7DBF3A'

red 125 ◦ green 191 ◦ blue 58

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

Shades of Lima #7DBF3A

Tints of Lima #7DBF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

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

R = 33.42%
G = 51.07%
B = 15.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#7DBF3A (or 0x7DBF3A) is known color: Lima. HEX triplet: 7D, BF and 3A. RGB value is (125,191,58). Sum of RGB (Red+Green+Blue) = 125+191+58=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF3A is #8240C5. Grayscale: #9C9C9C. Windows color (decimal): -8536262 or 3850109. OLE color: 3850109.

HSL color Cylindrical-coordinate representation of color #7DBF3A: hue angle of 89.77º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DBF3A is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 58 -
CMYK 0.35 0 0.70 0.25
HSL 89.77º 0.53% 0.49% -
HSV(B) 89.77º 0.7% 0.75% -
XYZ 27.85 41.93 10.63 -
YUV 156.1 72.63 105.81 -
System Red Green Blue C M Y K H S L
Decimal 125 191 58 0.35 0 0.70 0.25 89.77 0.53 0.49
Hex 7D BF 3A 23 0 46 19 5A 35 31
Octal 175 277 72 43 0 106 31 132 65 61
Binary 1111101 10111111 111010 100011 0 1000110 11001 1011010 110101 110001

Color Harmonies of #7DBF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF3A

Black with #7DBF3A

Text Example


Text Example

White with #7DBF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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