#7ABE21

Color #7ABE21 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7ABE21

Tints of Lima #7ABE21

Color information

#7ABE21 (or 0x7ABE21) is unknown color: approx Lima. HEX triplet: 7A, BE and 21. RGB value is (122,190,33). Sum of RGB (Red+Green+Blue) = 122+190+33=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABE21 is #8541DE. Grayscale: #989898. Windows color (decimal): -8733151 or 2211450. OLE color: 2211450.

HSL color Cylindrical-coordinate representation of color #7ABE21: hue angle of 85.99º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7ABE21 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB12219033-
CMYK0.3600.830.25
HSL85.99º70.4%43.73%-
HSV(B)85.99º82.63%74.51%-
XYZ26.7141.077.96-
YUV151.7760.97106.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 190 (74.61% from 255) = 55.07%
BLUE value IS 33 (13.28% from 255) = 9.57%
R=35.36%
G=55.07%
B=9.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122190330.3600.830.2585.9970.443.73
Hex7ABE21240531956462c
Octal172276414401233112610654
Binary111101010111110100001100100010100111100110101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,190,33); }

 H1.HeaderClassName
 {
   color: #7ABE21;
 }
 .AnyTagClassName
 {
   color: #7ABE21;
 }
</style>
background-color css

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

 a { background-color: rgb(122,190,33); }

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

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

 span { border-color: rgb(122,190,33); }

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