Html Css Color HEX #7ACE26 Lima

📋 copy color: '#7ACE26'

red 122 ◦ green 206 ◦ blue 38

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

Shades of Lima #7ACE26

Tints of Lima #7ACE26

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.28%

 BLUE value IS 38 (15.23% from 255) = 10.38%

R = 33.33%
G = 56.28%
B = 10.38%

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

#7ACE26 (or 0x7ACE26) is known color: Lima. HEX triplet: 7A, CE and 26. RGB value is (122,206,38). Sum of RGB (Red+Green+Blue) = 122+206+38=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE26 is #8531D9. Grayscale: #A2A2A2. Windows color (decimal): -8729050 or 2543226. OLE color: 2543226.

HSL color Cylindrical-coordinate representation of color #7ACE26: hue angle of 90º degrees, saturation: 0.69, 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 #7ACE26 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 38 -
CMYK 0.41 0 0.82 0.19
HSL 90º 0.69% 0.48% -
HSV(B) 90º 0.82% 0.81% -
XYZ 30.45 48.42 9.58 -
YUV 161.73 58.17 99.66 -
System Red Green Blue C M Y K H S L
Decimal 122 206 38 0.41 0 0.82 0.19 90 0.69 0.48
Hex 7A CE 26 29 0 52 13 5A 45 30
Octal 172 316 46 51 0 122 23 132 105 60
Binary 1111010 11001110 100110 101001 0 1010010 10011 1011010 1000101 110000

Color Harmonies of #7ACE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE26

Black with #7ACE26

Text Example


Text Example

White with #7ACE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,206,38); }

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

background-color css

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

 a { background-color: rgb(122,206,38); }

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

border-color css

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

 span { border-color: rgb(122,206,38); }

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