#23C21F

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

Shades of Lime Green #23C21F

Tints of Lime Green #23C21F

Color information

#23C21F (or 0x23C21F) is unknown color: approx Lime Green. HEX triplet: 23, C2 and 1F. RGB value is (35,194,31). Sum of RGB (Red+Green+Blue) = 35+194+31=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 194 (76.17% from 255 or 74.62% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 194 - color contains mainly: green. Hex color #23C21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C21F is #DC3DE0. Grayscale: #808080. Windows color (decimal): -14433761 or 2081315. OLE color: 2081315.

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

Color convert

RGB3519431-
CMYK0.8200.840.24
HSL118.53º72.44%44.12%-
HSV(B)118.53º84.02%76.08%-
XYZ20.2339.047.77-
YUV127.8873.3261.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.46%
GREEN value IS 194 (76.17% from 255) = 74.62%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=13.46%
G=74.62%
B=11.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35194310.8200.840.24118.5372.4444.12
Hex23C21F520541877482c
Octal433023712201243016711054
Binary10001111000010111111010010010101001100011101111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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