Html Css Color HEX #7FBE12 Lima

📋 copy color: '#7FBE12'

red 127 ◦ green 190 ◦ blue 18

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

Shades of Lima #7FBE12

Tints of Lima #7FBE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 56.72%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 37.91%
G = 56.72%
B = 5.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#7FBE12 (or 0x7FBE12) is known color: Lima. HEX triplet: 7F, BE and 12. RGB value is (127,190,18). Sum of RGB (Red+Green+Blue) = 127+190+18=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBE12 is #8041ED. Grayscale: #989898. Windows color (decimal): -8405486 or 1228415. OLE color: 1228415.

HSL color Cylindrical-coordinate representation of color #7FBE12: hue angle of 81.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FBE12 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 18 -
CMYK 0.33 0 0.91 0.25
HSL 81.98º 0.83% 0.41% -
HSV(B) 81.98º 0.91% 0.75% -
XYZ 27.28 41.38 7.12 -
YUV 151.56 52.63 110.49 -
System Red Green Blue C M Y K H S L
Decimal 127 190 18 0.33 0 0.91 0.25 81.98 0.83 0.41
Hex 7F BE 12 21 0 5B 19 52 53 29
Octal 177 276 22 41 0 133 31 122 123 51
Binary 1111111 10111110 10010 100001 0 1011011 11001 1010010 1010011 101001

Color Harmonies of #7FBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE12

Black with #7FBE12

Text Example


Text Example

White with #7FBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,18); }

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

background-color css

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

 a { background-color: rgb(127,190,18); }

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

border-color css

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

 span { border-color: rgb(127,190,18); }

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