Html Css Color HEX #7FC30C Lima

📋 copy color: '#7FC30C'

red 127 ◦ green 195 ◦ blue 12

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

Shades of Lima #7FC30C

Tints of Lima #7FC30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.59%

R = 38.02%
G = 58.38%
B = 3.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#7FC30C (or 0x7FC30C) is known color: Lima. HEX triplet: 7F, C3 and 0C. RGB value is (127,195,12). Sum of RGB (Red+Green+Blue) = 127+195+12=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC30C is #803CF3. Grayscale: #9A9A9A. Windows color (decimal): -8404212 or 836479. OLE color: 836479.

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

Color convert

RGB 127 195 12 -
CMYK 0.35 0 0.94 0.24
HSL 82.3º 0.88% 0.41% -
HSV(B) 82.3º 0.94% 0.76% -
XYZ 28.33 43.57 7.26 -
YUV 153.81 47.97 108.88 -
System Red Green Blue C M Y K H S L
Decimal 127 195 12 0.35 0 0.94 0.24 82.3 0.88 0.41
Hex 7F C3 C 23 0 5E 18 52 58 29
Octal 177 303 14 43 0 136 30 122 130 51
Binary 1111111 11000011 1100 100011 0 1011110 11000 1010010 1011000 101001

Color Harmonies of #7FC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC30C

Black with #7FC30C

Text Example


Text Example

White with #7FC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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