#23CC45

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

Shades of Lime Green #23CC45

Tints of Lime Green #23CC45

Color information

#23CC45 (or 0x23CC45) is unknown color: approx Lime Green. HEX triplet: 23, CC and 45. RGB value is (35,204,69). Sum of RGB (Red+Green+Blue) = 35+204+69=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CC45 is #DC33BA. Grayscale: #8A8A8A. Windows color (decimal): -14431163 or 4574243. OLE color: 4574243.

HSL color Cylindrical-coordinate representation of color #23CC45: hue angle of 132.07º 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 #23CC45 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB3520469-
CMYK0.8300.660.2
HSL132.07º70.71%46.86%-
HSV(B)132.07º82.84%80%-
XYZ23.3643.9712.89-
YUV138.0889.0154.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.36%
GREEN value IS 204 (80.08% from 255) = 66.23%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=11.36%
G=66.23%
B=22.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal35204690.8300.660.2132.0770.7146.86
Hex23CC45530421484472f
Octal4331410512301022420410757
Binary10001111001100100010110100110100001010100100001001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,204,69); }

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

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

 a { background-color: rgb(35,204,69); }

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

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

 span { border-color: rgb(35,204,69); }

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