Html Css Color HEX #7FBE07 Lima

📋 copy color: '#7FBE07'

red 127 ◦ green 190 ◦ blue 7

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

Shades of Lima #7FBE07

Tints of Lima #7FBE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 39.2%
G = 58.64%
B = 2.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#7FBE07 (or 0x7FBE07) is known color: Lima. HEX triplet: 7F, BE and 07. RGB value is (127,190,7). Sum of RGB (Red+Green+Blue) = 127+190+7=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBE07 is #8041F8. Grayscale: #969696. Windows color (decimal): -8405497 or 507519. OLE color: 507519.

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

Color convert

RGB 127 190 7 -
CMYK 0.33 0 0.96 0.25
HSL 80.66º 0.93% 0.39% -
HSV(B) 80.66º 0.96% 0.75% -
XYZ 27.2 41.35 6.75 -
YUV 150.3 47.13 111.38 -
System Red Green Blue C M Y K H S L
Decimal 127 190 7 0.33 0 0.96 0.25 80.66 0.93 0.39
Hex 7F BE 7 21 0 60 19 51 5D 27
Octal 177 276 7 41 0 140 31 121 135 47
Binary 1111111 10111110 111 100001 0 1100000 11001 1010001 1011101 100111

Color Harmonies of #7FBE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE07

Black with #7FBE07

Text Example


Text Example

White with #7FBE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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