Html Css Color HEX #7FB425 Lima

📋 copy color: '#7FB425'

red 127 ◦ green 180 ◦ blue 37

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

Shades of Lima #7FB425

Tints of Lima #7FB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.33%

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

R = 36.92%
G = 52.33%
B = 10.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#7FB425 (or 0x7FB425) is known color: Lima. HEX triplet: 7F, B4 and 25. RGB value is (127,180,37). Sum of RGB (Red+Green+Blue) = 127+180+37=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB425 is #804BDA. Grayscale: #949494. Windows color (decimal): -8408027 or 2471039. OLE color: 2471039.

HSL color Cylindrical-coordinate representation of color #7FB425: hue angle of 82.24º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FB425 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 180 37 -
CMYK 0.29 0 0.79 0.29
HSL 82.24º 0.66% 0.43% -
HSV(B) 82.24º 0.79% 0.71% -
XYZ 25.41 37.29 7.61 -
YUV 147.85 65.44 113.13 -
System Red Green Blue C M Y K H S L
Decimal 127 180 37 0.29 0 0.79 0.29 82.24 0.66 0.43
Hex 7F B4 25 1D 0 4F 1D 52 42 2B
Octal 177 264 45 35 0 117 35 122 102 53
Binary 1111111 10110100 100101 11101 0 1001111 11101 1010010 1000010 101011

Color Harmonies of #7FB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB425

Black with #7FB425

Text Example


Text Example

White with #7FB425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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