Html Css Color HEX #7FBB34 Lima

📋 copy color: '#7FBB34'

red 127 ◦ green 187 ◦ blue 52

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

Shades of Lima #7FBB34

Tints of Lima #7FBB34

RGB

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

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

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

R = 34.7%
G = 51.09%
B = 14.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#7FBB34 (or 0x7FBB34) is known color: Lima. HEX triplet: 7F, BB and 34. RGB value is (127,187,52). Sum of RGB (Red+Green+Blue) = 127+187+52=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBB34 is #8044CB. Grayscale: #9A9A9A. Windows color (decimal): -8406220 or 3455871. OLE color: 3455871.

HSL color Cylindrical-coordinate representation of color #7FBB34: hue angle of 86.67º 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 #7FBB34 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 187 52 -
CMYK 0.32 0 0.72 0.27
HSL 86.67º 0.56% 0.47% -
HSV(B) 86.67º 0.72% 0.73% -
XYZ 27.14 40.3 9.6 -
YUV 153.67 70.62 108.98 -
System Red Green Blue C M Y K H S L
Decimal 127 187 52 0.32 0 0.72 0.27 86.67 0.56 0.47
Hex 7F BB 34 20 0 48 1B 57 38 2F
Octal 177 273 64 40 0 110 33 127 70 57
Binary 1111111 10111011 110100 100000 0 1001000 11011 1010111 111000 101111

Color Harmonies of #7FBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBB34

Black with #7FBB34

Text Example


Text Example

White with #7FBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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