#23CD2E

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

Shades of Lime Green #23CD2E

Tints of Lime Green #23CD2E

Color information

#23CD2E (or 0x23CD2E) is unknown color: approx Lime Green. HEX triplet: 23, CD and 2E. RGB value is (35,205,46). Sum of RGB (Red+Green+Blue) = 35+205+46=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #23CD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CD2E is #DC32D1. Grayscale: #888888. Windows color (decimal): -14430930 or 3067171. OLE color: 3067171.

HSL color Cylindrical-coordinate representation of color #23CD2E: hue angle of 123.88º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CD2E is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB3520546-
CMYK0.8300.780.20
HSL123.88º70.83%47.06%-
HSV(B)123.88º82.93%80.39%-
XYZ23.0244.229.91-
YUV136.0477.1855.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.24%
GREEN value IS 205 (80.47% from 255) = 71.68%
BLUE value IS 46 (18.36% from 255) = 16.08%
R=12.24%
G=71.68%
B=16.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal35205460.8300.780.20123.8870.8347.06
Hex23CD2E5304E147c472f
Octal433155612301162417410757
Binary100011110011011011101010011010011101010011111001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,205,46); }

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

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

 a { background-color: rgb(35,205,46); }

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

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

 span { border-color: rgb(35,205,46); }

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