Html Css Color HEX #7FBF28 Lima

📋 copy color: '#7FBF28'

red 127 ◦ green 191 ◦ blue 40

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

Shades of Lima #7FBF28

Tints of Lima #7FBF28

RGB

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

 GREEN value IS 191 (75% from 255) = 53.35%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 35.47%
G = 53.35%
B = 11.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#7FBF28 (or 0x7FBF28) is known color: Lima. HEX triplet: 7F, BF and 28. RGB value is (127,191,40). Sum of RGB (Red+Green+Blue) = 127+191+40=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF28 is #8040D7. Grayscale: #9B9B9B. Windows color (decimal): -8405208 or 2670463. OLE color: 2670463.

HSL color Cylindrical-coordinate representation of color #7FBF28: hue angle of 85.43º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FBF28 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 191 40 -
CMYK 0.34 0 0.79 0.25
HSL 85.43º 0.65% 0.45% -
HSV(B) 85.43º 0.79% 0.75% -
XYZ 27.77 41.93 8.64 -
YUV 154.65 63.3 108.28 -
System Red Green Blue C M Y K H S L
Decimal 127 191 40 0.34 0 0.79 0.25 85.43 0.65 0.45
Hex 7F BF 28 22 0 4F 19 55 41 2D
Octal 177 277 50 42 0 117 31 125 101 55
Binary 1111111 10111111 101000 100010 0 1001111 11001 1010101 1000001 101101

Color Harmonies of #7FBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF28

Black with #7FBF28

Text Example


Text Example

White with #7FBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,191,40); }

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

background-color css

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

 a { background-color: rgb(127,191,40); }

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

border-color css

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

 span { border-color: rgb(127,191,40); }

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