Html Css Color HEX #7FBE2D Lima

📋 copy color: '#7FBE2D'

red 127 ◦ green 190 ◦ blue 45

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

Shades of Lima #7FBE2D

Tints of Lima #7FBE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 35.08%
G = 52.49%
B = 12.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#7FBE2D (or 0x7FBE2D) is known color: Lima. HEX triplet: 7F, BE and 2D. RGB value is (127,190,45). Sum of RGB (Red+Green+Blue) = 127+190+45=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE2D is #8041D2. Grayscale: #9B9B9B. Windows color (decimal): -8405459 or 2997887. OLE color: 2997887.

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

Color convert

RGB 127 190 45 -
CMYK 0.33 0 0.76 0.25
HSL 86.07º 0.62% 0.46% -
HSV(B) 86.07º 0.76% 0.75% -
XYZ 27.64 41.53 9.04 -
YUV 154.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 127 190 45 0.33 0 0.76 0.25 86.07 0.62 0.46
Hex 7F BE 2D 21 0 4C 19 56 3E 2E
Octal 177 276 55 41 0 114 31 126 76 56
Binary 1111111 10111110 101101 100001 0 1001100 11001 1010110 111110 101110

Color Harmonies of #7FBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE2D

Black with #7FBE2D

Text Example


Text Example

White with #7FBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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