Html Css Color HEX #7ACC27 Lima

📋 copy color: '#7ACC27'

red 122 ◦ green 204 ◦ blue 39

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

Shades of Lima #7ACC27

Tints of Lima #7ACC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.89%

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 33.42%
G = 55.89%
B = 10.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#7ACC27 (or 0x7ACC27) is known color: Lima. HEX triplet: 7A, CC and 27. RGB value is (122,204,39). Sum of RGB (Red+Green+Blue) = 122+204+39=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC27 is #8533D8. Grayscale: #A1A1A1. Windows color (decimal): -8729561 or 2608250. OLE color: 2608250.

HSL color Cylindrical-coordinate representation of color #7ACC27: hue angle of 89.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7ACC27 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 39 -
CMYK 0.40 0 0.81 0.2
HSL 89.82º 0.68% 0.48% -
HSV(B) 89.82º 0.81% 0.8% -
XYZ 29.99 47.47 9.5 -
YUV 160.67 59.33 100.42 -
System Red Green Blue C M Y K H S L
Decimal 122 204 39 0.40 0 0.81 0.2 89.82 0.68 0.48
Hex 7A CC 27 28 0 51 14 5A 44 30
Octal 172 314 47 50 0 121 24 132 104 60
Binary 1111010 11001100 100111 101000 0 1010001 10100 1011010 1000100 110000

Color Harmonies of #7ACC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC27

Black with #7ACC27

Text Example


Text Example

White with #7ACC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,204,39); }

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

background-color css

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

 a { background-color: rgb(122,204,39); }

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

border-color css

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

 span { border-color: rgb(122,204,39); }

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