Html Css Color HEX #7ACF25 Lima

📋 copy color: '#7ACF25'

red 122 ◦ green 207 ◦ blue 37

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

Shades of Lima #7ACF25

Tints of Lima #7ACF25

RGB

 RED value IS 122 (48.05% from 255) = 33.33%

 GREEN value IS 207 (81.25% from 255) = 56.56%

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

R = 33.33%
G = 56.56%
B = 10.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#7ACF25 (or 0x7ACF25) is known color: Lima. HEX triplet: 7A, CF and 25. RGB value is (122,207,37). Sum of RGB (Red+Green+Blue) = 122+207+37=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF25 is #8530DA. Grayscale: #A2A2A2. Windows color (decimal): -8728795 or 2477946. OLE color: 2477946.

HSL color Cylindrical-coordinate representation of color #7ACF25: hue angle of 90º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ACF25 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 207 37 -
CMYK 0.41 0 0.82 0.19
HSL 90º 0.7% 0.48% -
HSV(B) 90º 0.82% 0.81% -
XYZ 30.67 48.9 9.57 -
YUV 162.21 57.34 99.32 -
System Red Green Blue C M Y K H S L
Decimal 122 207 37 0.41 0 0.82 0.19 90 0.7 0.48
Hex 7A CF 25 29 0 52 13 5A 46 30
Octal 172 317 45 51 0 122 23 132 106 60
Binary 1111010 11001111 100101 101001 0 1010010 10011 1011010 1000110 110000

Color Harmonies of #7ACF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACF25

Black with #7ACF25

Text Example


Text Example

White with #7ACF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,207,37); }

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

background-color css

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

 a { background-color: rgb(122,207,37); }

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

border-color css

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

 span { border-color: rgb(122,207,37); }

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