#23C221

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

Shades of Lime Green #23C221

Tints of Lime Green #23C221

Color information

#23C221 (or 0x23C221) is unknown color: approx Lime Green. HEX triplet: 23, C2 and 21. RGB value is (35,194,33). Sum of RGB (Red+Green+Blue) = 35+194+33=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 194 (76.17% from 255 or 74.05% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 194 - color contains mainly: green. Hex color #23C221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C221 is #DC3DDE. Grayscale: #808080. Windows color (decimal): -14433759 or 2212387. OLE color: 2212387.

HSL color Cylindrical-coordinate representation of color #23C221: hue angle of 119.25º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C221 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB3519433-
CMYK0.8200.830.24
HSL119.25º70.93%44.51%-
HSV(B)119.25º82.99%76.08%-
XYZ20.2639.057.91-
YUV128.174.3261.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 194 (76.17% from 255) = 74.05%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=13.36%
G=74.05%
B=12.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35194330.8200.830.24119.2570.9344.51
Hex23C221520531877472d
Octal433024112201233016710755
Binary100011110000101000011010010010100111100011101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23C221; }

 p { color: rgb(35,194,33); }

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

<style>
 a { background-color: #23C221; }

 a { background-color: rgb(35,194,33); }

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

<style>
 span { border-color: #23C221; }

 span { border-color: rgb(35,194,33); }

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