Html Css Color HEX #7FBD3C Lima

📋 copy color: '#7FBD3C'

red 127 ◦ green 189 ◦ blue 60

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

Shades of Lima #7FBD3C

Tints of Lima #7FBD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.27%

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 33.78%
G = 50.27%
B = 15.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#7FBD3C (or 0x7FBD3C) is known color: Lima. HEX triplet: 7F, BD and 3C. RGB value is (127,189,60). Sum of RGB (Red+Green+Blue) = 127+189+60=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBD3C is #8042C3. Grayscale: #9C9C9C. Windows color (decimal): -8405700 or 3980671. OLE color: 3980671.

HSL color Cylindrical-coordinate representation of color #7FBD3C: hue angle of 88.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FBD3C is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 189 60 -
CMYK 0.33 0 0.68 0.26
HSL 88.84º 0.52% 0.49% -
HSV(B) 88.84º 0.68% 0.74% -
XYZ 27.77 41.23 10.77 -
YUV 155.76 73.96 107.49 -
System Red Green Blue C M Y K H S L
Decimal 127 189 60 0.33 0 0.68 0.26 88.84 0.52 0.49
Hex 7F BD 3C 21 0 44 1A 59 34 31
Octal 177 275 74 41 0 104 32 131 64 61
Binary 1111111 10111101 111100 100001 0 1000100 11010 1011001 110100 110001

Color Harmonies of #7FBD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBD3C

Black with #7FBD3C

Text Example


Text Example

White with #7FBD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,189,60); }

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

background-color css

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

 a { background-color: rgb(127,189,60); }

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

border-color css

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

 span { border-color: rgb(127,189,60); }

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