#22CF3D

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

Shades of Lime Green #22CF3D

Tints of Lime Green #22CF3D

Color information

#22CF3D (or 0x22CF3D) is unknown color: approx Lime Green. HEX triplet: 22, CF and 3D. RGB value is (34,207,61). Sum of RGB (Red+Green+Blue) = 34+207+61=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CF3D is #DD30C2. Grayscale: #8B8B8B. Windows color (decimal): -14495939 or 4050722. OLE color: 4050722.

HSL color Cylindrical-coordinate representation of color #22CF3D: hue angle of 129.36º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22CF3D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB3420761-
CMYK0.8400.710.19
HSL129.36º71.78%47.25%-
HSV(B)129.36º83.57%81.18%-
XYZ23.8145.311.9-
YUV138.6384.1953.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.26%
GREEN value IS 207 (81.25% from 255) = 68.54%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=11.26%
G=68.54%
B=20.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal34207610.8400.710.19129.3671.7847.25
Hex22CF3D540471381482f
Octal423177512401072320111057
Binary1000101100111111110110101000100011110011100000011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22CF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,207,61); }

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

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

 a { background-color: rgb(34,207,61); }

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

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

 span { border-color: rgb(34,207,61); }

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