Html Css Color HEX #7FC325 Lima

📋 copy color: '#7FC325'

red 127 ◦ green 195 ◦ blue 37

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

Shades of Lima #7FC325

Tints of Lima #7FC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.31%

R = 35.38%
G = 54.32%
B = 10.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#7FC325 (or 0x7FC325) is known color: Lima. HEX triplet: 7F, C3 and 25. RGB value is (127,195,37). Sum of RGB (Red+Green+Blue) = 127+195+37=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC325 is #803CDA. Grayscale: #9D9D9D. Windows color (decimal): -8404187 or 2474879. OLE color: 2474879.

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

Color convert

RGB 127 195 37 -
CMYK 0.35 0 0.81 0.24
HSL 85.82º 0.68% 0.45% -
HSV(B) 85.82º 0.81% 0.76% -
XYZ 28.6 43.68 8.67 -
YUV 156.66 60.47 106.85 -
System Red Green Blue C M Y K H S L
Decimal 127 195 37 0.35 0 0.81 0.24 85.82 0.68 0.45
Hex 7F C3 25 23 0 51 18 56 44 2D
Octal 177 303 45 43 0 121 30 126 104 55
Binary 1111111 11000011 100101 100011 0 1010001 11000 1010110 1000100 101101

Color Harmonies of #7FC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC325

Black with #7FC325

Text Example


Text Example

White with #7FC325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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