Html Css Color HEX #7DBE2B Lima

📋 copy color: '#7DBE2B'

red 125 ◦ green 190 ◦ blue 43

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

Shades of Lima #7DBE2B

Tints of Lima #7DBE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 34.92%
G = 53.07%
B = 12.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#7DBE2B (or 0x7DBE2B) is known color: Lima. HEX triplet: 7D, BE and 2B. RGB value is (125,190,43). Sum of RGB (Red+Green+Blue) = 125+190+43=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE2B is #8241D4. Grayscale: #9A9A9A. Windows color (decimal): -8536533 or 2866813. OLE color: 2866813.

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

Color convert

RGB 125 190 43 -
CMYK 0.34 0 0.77 0.25
HSL 86.53º 0.63% 0.46% -
HSV(B) 86.53º 0.77% 0.75% -
XYZ 27.31 41.36 8.83 -
YUV 153.81 65.47 107.45 -
System Red Green Blue C M Y K H S L
Decimal 125 190 43 0.34 0 0.77 0.25 86.53 0.63 0.46
Hex 7D BE 2B 22 0 4D 19 57 3F 2E
Octal 175 276 53 42 0 115 31 127 77 56
Binary 1111101 10111110 101011 100010 0 1001101 11001 1010111 111111 101110

Color Harmonies of #7DBE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBE2B

Black with #7DBE2B

Text Example


Text Example

White with #7DBE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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