Html Css Color HEX #7FC825 Lima

📋 copy color: '#7FC825'

red 127 ◦ green 200 ◦ blue 37

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

Shades of Lima #7FC825

Tints of Lima #7FC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.95%

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

R = 34.89%
G = 54.95%
B = 10.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#7FC825 (or 0x7FC825) is known color: Lima. HEX triplet: 7F, C8 and 25. RGB value is (127,200,37). Sum of RGB (Red+Green+Blue) = 127+200+37=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC825 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC825 is #8037DA. Grayscale: #A0A0A0. Windows color (decimal): -8402907 or 2476159. OLE color: 2476159.

HSL color Cylindrical-coordinate representation of color #7FC825: hue angle of 86.87º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FC825 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 200 37 -
CMYK 0.36 0 0.82 0.22
HSL 86.87º 0.69% 0.46% -
HSV(B) 86.87º 0.82% 0.78% -
XYZ 29.74 45.95 9.05 -
YUV 159.59 58.82 104.75 -
System Red Green Blue C M Y K H S L
Decimal 127 200 37 0.36 0 0.82 0.22 86.87 0.69 0.46
Hex 7F C8 25 24 0 52 16 57 45 2E
Octal 177 310 45 44 0 122 26 127 105 56
Binary 1111111 11001000 100101 100100 0 1010010 10110 1010111 1000101 101110

Color Harmonies of #7FC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC825

Black with #7FC825

Text Example


Text Example

White with #7FC825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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