Html Css Color HEX #7FC302 Lima

📋 copy color: '#7FC302'

red 127 ◦ green 195 ◦ blue 2

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

Shades of Lima #7FC302

Tints of Lima #7FC302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 39.2%
G = 60.19%
B = 0.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#7FC302 (or 0x7FC302) is known color: Lima. HEX triplet: 7F, C3 and 02. RGB value is (127,195,2). Sum of RGB (Red+Green+Blue) = 127+195+2=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC302 is #803CFD. Grayscale: #999999. Windows color (decimal): -8404222 or 181119. OLE color: 181119.

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

Color convert

RGB 127 195 2 -
CMYK 0.35 0 0.99 0.24
HSL 81.14º 0.98% 0.39% -
HSV(B) 81.14º 0.99% 0.76% -
XYZ 28.28 43.55 6.97 -
YUV 152.67 42.97 109.69 -
System Red Green Blue C M Y K H S L
Decimal 127 195 2 0.35 0 0.99 0.24 81.14 0.98 0.39
Hex 7F C3 2 23 0 63 18 51 62 27
Octal 177 303 2 43 0 143 30 121 142 47
Binary 1111111 11000011 10 100011 0 1100011 11000 1010001 1100010 100111

Color Harmonies of #7FC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC302

Black with #7FC302

Text Example


Text Example

White with #7FC302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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