Html Css Color HEX #7DBE2A Lima

📋 copy color: '#7DBE2A'

red 125 ◦ green 190 ◦ blue 42

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

Shades of Lima #7DBE2A

Tints of Lima #7DBE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.22%

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 35.01%
G = 53.22%
B = 11.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#7DBE2A (or 0x7DBE2A) is known color: Lima. HEX triplet: 7D, BE and 2A. RGB value is (125,190,42). Sum of RGB (Red+Green+Blue) = 125+190+42=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE2A is #8241D5. Grayscale: #9A9A9A. Windows color (decimal): -8536534 or 2801277. OLE color: 2801277.

HSL color Cylindrical-coordinate representation of color #7DBE2A: hue angle of 86.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DBE2A is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 190 42 -
CMYK 0.34 0 0.78 0.25
HSL 86.35º 0.64% 0.45% -
HSV(B) 86.35º 0.78% 0.75% -
XYZ 27.29 41.35 8.73 -
YUV 153.69 64.97 107.53 -
System Red Green Blue C M Y K H S L
Decimal 125 190 42 0.34 0 0.78 0.25 86.35 0.64 0.45
Hex 7D BE 2A 22 0 4E 19 56 40 2D
Octal 175 276 52 42 0 116 31 126 100 55
Binary 1111101 10111110 101010 100010 0 1001110 11001 1010110 1000000 101101

Color Harmonies of #7DBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE2A

Black with #7DBE2A

Text Example


Text Example

White with #7DBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,42); }

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

background-color css

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

 a { background-color: rgb(125,190,42); }

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

border-color css

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

 span { border-color: rgb(125,190,42); }

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