Html Css Color HEX #7FC303 Lima

📋 copy color: '#7FC303'

red 127 ◦ green 195 ◦ blue 3

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

Shades of Lima #7FC303

Tints of Lima #7FC303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60%

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

R = 39.08%
G = 60%
B = 0.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#7FC303 (or 0x7FC303) is known color: Lima. HEX triplet: 7F, C3 and 03. RGB value is (127,195,3). Sum of RGB (Red+Green+Blue) = 127+195+3=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC303 is #803CFC. Grayscale: #999999. Windows color (decimal): -8404221 or 246655. OLE color: 246655.

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

Color convert

RGB 127 195 3 -
CMYK 0.35 0 0.98 0.24
HSL 81.25º 0.97% 0.39% -
HSV(B) 81.25º 0.98% 0.76% -
XYZ 28.28 43.55 7 -
YUV 152.78 43.47 109.61 -
System Red Green Blue C M Y K H S L
Decimal 127 195 3 0.35 0 0.98 0.24 81.25 0.97 0.39
Hex 7F C3 3 23 0 62 18 51 61 27
Octal 177 303 3 43 0 142 30 121 141 47
Binary 1111111 11000011 11 100011 0 1100010 11000 1010001 1100001 100111

Color Harmonies of #7FC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC303

Black with #7FC303

Text Example


Text Example

White with #7FC303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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