#22BF30

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

Shades of Lime Green #22BF30

Tints of Lime Green #22BF30

Color information

#22BF30 (or 0x22BF30) is unknown color: approx Lime Green. HEX triplet: 22, BF and 30. RGB value is (34,191,48). Sum of RGB (Red+Green+Blue) = 34+191+48=273 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.45% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF30 is #DD40CF. Grayscale: #808080. Windows color (decimal): -14500048 or 3194658. OLE color: 3194658.

HSL color Cylindrical-coordinate representation of color #22BF30: hue angle of 125.35º 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 #22BF30 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB3419148-
CMYK0.8200.750.25
HSL125.35º69.78%44.12%-
HSV(B)125.35º82.2%74.9%-
XYZ19.8237.829.05-
YUV127.7582.9961.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.45%
GREEN value IS 191 (75% from 255) = 69.96%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=12.45%
G=69.96%
B=17.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34191480.8200.750.25125.3569.7844.12
Hex22BF305204B197d462c
Octal422776012201133117510654
Binary100010101111111100001010010010010111100111111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,191,48); }

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

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

 a { background-color: rgb(34,191,48); }

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

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

 span { border-color: rgb(34,191,48); }

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