Html Css Color HEX #7DBB2F Lima

📋 copy color: '#7DBB2F'

red 125 ◦ green 187 ◦ blue 47

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

Shades of Lima #7DBB2F

Tints of Lima #7DBB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.09%

 BLUE value IS 47 (18.75% from 255) = 13.09%

R = 34.82%
G = 52.09%
B = 13.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#7DBB2F (or 0x7DBB2F) is known color: Lima. HEX triplet: 7D, BB and 2F. RGB value is (125,187,47). Sum of RGB (Red+Green+Blue) = 125+187+47=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBB2F is #8244D0. Grayscale: #989898. Windows color (decimal): -8537297 or 3128189. OLE color: 3128189.

HSL color Cylindrical-coordinate representation of color #7DBB2F: hue angle of 86.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DBB2F is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 187 47 -
CMYK 0.33 0 0.75 0.27
HSL 86.57º 0.6% 0.46% -
HSV(B) 86.57º 0.75% 0.73% -
XYZ 26.74 40.11 9.02 -
YUV 152.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 125 187 47 0.33 0 0.75 0.27 86.57 0.6 0.46
Hex 7D BB 2F 21 0 4B 1B 57 3C 2E
Octal 175 273 57 41 0 113 33 127 74 56
Binary 1111101 10111011 101111 100001 0 1001011 11011 1010111 111100 101110

Color Harmonies of #7DBB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBB2F

Black with #7DBB2F

Text Example


Text Example

White with #7DBB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,187,47); }

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

background-color css

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

 a { background-color: rgb(125,187,47); }

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

border-color css

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

 span { border-color: rgb(125,187,47); }

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