Html Css Color HEX #7FBD34 Lima

📋 copy color: '#7FBD34'

red 127 ◦ green 189 ◦ blue 52

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

Shades of Lima #7FBD34

Tints of Lima #7FBD34

RGB

 RED value IS 127 (50% from 255) = 34.51%

 GREEN value IS 189 (74.22% from 255) = 51.36%

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

R = 34.51%
G = 51.36%
B = 14.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#7FBD34 (or 0x7FBD34) is known color: Lima. HEX triplet: 7F, BD and 34. RGB value is (127,189,52). Sum of RGB (Red+Green+Blue) = 127+189+52=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD34 is #8042CB. Grayscale: #9B9B9B. Windows color (decimal): -8405708 or 3456383. OLE color: 3456383.

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

Color convert

RGB 127 189 52 -
CMYK 0.33 0 0.72 0.26
HSL 87.15º 0.57% 0.47% -
HSV(B) 87.15º 0.72% 0.74% -
XYZ 27.57 41.16 9.74 -
YUV 154.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 127 189 52 0.33 0 0.72 0.26 87.15 0.57 0.47
Hex 7F BD 34 21 0 48 1A 57 39 2F
Octal 177 275 64 41 0 110 32 127 71 57
Binary 1111111 10111101 110100 100001 0 1001000 11010 1010111 111001 101111

Color Harmonies of #7FBD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD34

Black with #7FBD34

Text Example


Text Example

White with #7FBD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,189,52); }

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

background-color css

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

 a { background-color: rgb(127,189,52); }

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

border-color css

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

 span { border-color: rgb(127,189,52); }

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