Html Css Color HEX #7FB003 Lima

📋 copy color: '#7FB003'

red 127 ◦ green 176 ◦ blue 3

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

Shades of Lima #7FB003

Tints of Lima #7FB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 57.52%

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 41.5%
G = 57.52%
B = 0.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#7FB003 (or 0x7FB003) is known color: Lima. HEX triplet: 7F, B0 and 03. RGB value is (127,176,3). Sum of RGB (Red+Green+Blue) = 127+176+3=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB003 is #804FFC. Grayscale: #8E8E8E. Windows color (decimal): -8409085 or 241791. OLE color: 241791.

HSL color Cylindrical-coordinate representation of color #7FB003: hue angle of 76.99º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FB003 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 3 -
CMYK 0.28 0 0.98 0.31
HSL 76.99º 0.97% 0.35% -
HSV(B) 76.99º 0.98% 0.69% -
XYZ 24.29 35.57 5.67 -
YUV 141.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 127 176 3 0.28 0 0.98 0.31 76.99 0.97 0.35
Hex 7F B0 3 1C 0 62 1F 4D 61 23
Octal 177 260 3 34 0 142 37 115 141 43
Binary 1111111 10110000 11 11100 0 1100010 11111 1001101 1100001 100011

Color Harmonies of #7FB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB003

Black with #7FB003

Text Example


Text Example

White with #7FB003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,176,3); }

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

background-color css

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

 a { background-color: rgb(127,176,3); }

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

border-color css

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

 span { border-color: rgb(127,176,3); }

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