Html Css Color HEX #7DBE2E Lima

📋 copy color: '#7DBE2E'

red 125 ◦ green 190 ◦ blue 46

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

Shades of Lima #7DBE2E

Tints of Lima #7DBE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 34.63%
G = 52.63%
B = 12.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#7DBE2E (or 0x7DBE2E) is known color: Lima. HEX triplet: 7D, BE and 2E. RGB value is (125,190,46). Sum of RGB (Red+Green+Blue) = 125+190+46=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE2E is #8241D1. Grayscale: #9A9A9A. Windows color (decimal): -8536530 or 3063421. OLE color: 3063421.

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

Color convert

RGB 125 190 46 -
CMYK 0.34 0 0.76 0.25
HSL 87.08º 0.61% 0.46% -
HSV(B) 87.08º 0.76% 0.75% -
XYZ 27.36 41.38 9.13 -
YUV 154.15 66.97 107.21 -
System Red Green Blue C M Y K H S L
Decimal 125 190 46 0.34 0 0.76 0.25 87.08 0.61 0.46
Hex 7D BE 2E 22 0 4C 19 57 3D 2E
Octal 175 276 56 42 0 114 31 127 75 56
Binary 1111101 10111110 101110 100010 0 1001100 11001 1010111 111101 101110

Color Harmonies of #7DBE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE2E

Black with #7DBE2E

Text Example


Text Example

White with #7DBE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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