Html Css Color HEX #7ACB27 Lima

📋 copy color: '#7ACB27'

red 122 ◦ green 203 ◦ blue 39

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

Shades of Lima #7ACB27

Tints of Lima #7ACB27

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.77%

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

R = 33.52%
G = 55.77%
B = 10.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#7ACB27 (or 0x7ACB27) is known color: Lima. HEX triplet: 7A, CB and 27. RGB value is (122,203,39). Sum of RGB (Red+Green+Blue) = 122+203+39=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB27 is #8534D8. Grayscale: #A0A0A0. Windows color (decimal): -8729817 or 2607994. OLE color: 2607994.

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

Color convert

RGB 122 203 39 -
CMYK 0.40 0 0.81 0.20
HSL 89.63º 0.68% 0.47% -
HSV(B) 89.63º 0.81% 0.8% -
XYZ 29.75 47 9.42 -
YUV 160.09 59.66 100.84 -
System Red Green Blue C M Y K H S L
Decimal 122 203 39 0.40 0 0.81 0.20 89.63 0.68 0.47
Hex 7A CB 27 28 0 51 14 5A 44 2F
Octal 172 313 47 50 0 121 24 132 104 57
Binary 1111010 11001011 100111 101000 0 1010001 10100 1011010 1000100 101111

Color Harmonies of #7ACB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB27

Black with #7ACB27

Text Example


Text Example

White with #7ACB27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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