#22BE33

Color #22BE33 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #22BE33

Tints of Lime Green #22BE33

Color information

#22BE33 (or 0x22BE33) is unknown color: approx Lime Green. HEX triplet: 22, BE and 33. RGB value is (34,190,51). Sum of RGB (Red+Green+Blue) = 34+190+51=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 190 (74.61% from 255 or 69.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BE33 is #DD41CC. Grayscale: #7F7F7F. Windows color (decimal): -14500301 or 3391010. OLE color: 3391010.

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

Color convert

RGB3419051-
CMYK0.8200.730.25
HSL126.54º69.64%43.92%-
HSV(B)126.54º82.11%74.51%-
XYZ19.6737.419.32-
YUV127.5184.8261.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 190 (74.61% from 255) = 69.09%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=12.36%
G=69.09%
B=18.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34190510.8200.730.25126.5469.6443.92
Hex22BE3352049197f462c
Octal422766312201113117710654
Binary100010101111101100111010010010010011100111111111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BE33; }

 p { color: rgb(34,190,51); }

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

<style>
 a { background-color: #22BE33; }

 a { background-color: rgb(34,190,51); }

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

<style>
 span { border-color: #22BE33; }

 span { border-color: rgb(34,190,51); }

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