Html Css Color HEX #7FBB20 Lima

📋 copy color: '#7FBB20'

red 127 ◦ green 187 ◦ blue 32

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

Shades of Lima #7FBB20

Tints of Lima #7FBB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 36.71%
G = 54.05%
B = 9.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#7FBB20 (or 0x7FBB20) is known color: Lima. HEX triplet: 7F, BB and 20. RGB value is (127,187,32). Sum of RGB (Red+Green+Blue) = 127+187+32=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBB20 is #8044DF. Grayscale: #979797. Windows color (decimal): -8406240 or 2145151. OLE color: 2145151.

HSL color Cylindrical-coordinate representation of color #7FBB20: hue angle of 83.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FBB20 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 187 32 -
CMYK 0.32 0 0.83 0.27
HSL 83.23º 0.71% 0.43% -
HSV(B) 83.23º 0.83% 0.73% -
XYZ 26.78 40.16 7.71 -
YUV 151.39 60.62 110.6 -
System Red Green Blue C M Y K H S L
Decimal 127 187 32 0.32 0 0.83 0.27 83.23 0.71 0.43
Hex 7F BB 20 20 0 53 1B 53 47 2B
Octal 177 273 40 40 0 123 33 123 107 53
Binary 1111111 10111011 100000 100000 0 1010011 11011 1010011 1000111 101011

Color Harmonies of #7FBB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBB20

Black with #7FBB20

Text Example


Text Example

White with #7FBB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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