Html Css Color HEX #7DBA34 Lima

📋 copy color: '#7DBA34'

red 125 ◦ green 186 ◦ blue 52

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

Shades of Lima #7DBA34

Tints of Lima #7DBA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.24%

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 34.44%
G = 51.24%
B = 14.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#7DBA34 (or 0x7DBA34) is known color: Lima. HEX triplet: 7D, BA and 34. RGB value is (125,186,52). Sum of RGB (Red+Green+Blue) = 125+186+52=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA34 is #8245CB. Grayscale: #989898. Windows color (decimal): -8537548 or 3455613. OLE color: 3455613.

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

Color convert

RGB 125 186 52 -
CMYK 0.33 0 0.72 0.27
HSL 87.31º 0.56% 0.47% -
HSV(B) 87.31º 0.72% 0.73% -
XYZ 26.64 39.73 9.51 -
YUV 152.49 71.29 108.4 -
System Red Green Blue C M Y K H S L
Decimal 125 186 52 0.33 0 0.72 0.27 87.31 0.56 0.47
Hex 7D BA 34 21 0 48 1B 57 38 2F
Octal 175 272 64 41 0 110 33 127 70 57
Binary 1111101 10111010 110100 100001 0 1001000 11011 1010111 111000 101111

Color Harmonies of #7DBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA34

Black with #7DBA34

Text Example


Text Example

White with #7DBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,186,52); }

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

background-color css

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

 a { background-color: rgb(125,186,52); }

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

border-color css

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

 span { border-color: rgb(125,186,52); }

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