Html Css Color HEX #7FBF24 Lima

📋 copy color: '#7FBF24'

red 127 ◦ green 191 ◦ blue 36

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

Shades of Lima #7FBF24

Tints of Lima #7FBF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 35.88%
G = 53.95%
B = 10.17%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#7FBF24 (or 0x7FBF24) is known color: Lima. HEX triplet: 7F, BF and 24. RGB value is (127,191,36). Sum of RGB (Red+Green+Blue) = 127+191+36=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBF24 is #8040DB. Grayscale: #9A9A9A. Windows color (decimal): -8405212 or 2408319. OLE color: 2408319.

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

Color convert

RGB 127 191 36 -
CMYK 0.34 0 0.81 0.25
HSL 84.77º 0.68% 0.45% -
HSV(B) 84.77º 0.81% 0.75% -
XYZ 27.7 41.9 8.3 -
YUV 154.19 61.3 108.6 -
System Red Green Blue C M Y K H S L
Decimal 127 191 36 0.34 0 0.81 0.25 84.77 0.68 0.45
Hex 7F BF 24 22 0 51 19 55 44 2D
Octal 177 277 44 42 0 121 31 125 104 55
Binary 1111111 10111111 100100 100010 0 1010001 11001 1010101 1000100 101101

Color Harmonies of #7FBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF24

Black with #7FBF24

Text Example


Text Example

White with #7FBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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