#23CC11

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

Shades of Lime Green #23CC11

Tints of Lime Green #23CC11

Color information

#23CC11 (or 0x23CC11) is unknown color: approx Lime Green. HEX triplet: 23, CC and 11. RGB value is (35,204,17). Sum of RGB (Red+Green+Blue) = 35+204+17=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 204 (80.08% from 255 or 79.69% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CC11 is #DC33EE. Grayscale: #848484. Windows color (decimal): -14431215 or 1166371. OLE color: 1166371.

HSL color Cylindrical-coordinate representation of color #23CC11: hue angle of 114.22º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #23CC11 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB3520417-
CMYK0.8300.920.2
HSL114.22º84.62%43.33%-
HSV(B)114.22º91.67%80%-
XYZ22.3943.587.76-
YUV132.1563.0158.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.67%
GREEN value IS 204 (80.08% from 255) = 79.69%
BLUE value IS 17 (7.03% from 255) = 6.64%
R=13.67%
G=79.69%
B=6.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal35204170.8300.920.2114.2284.6243.33
Hex23CC115305C1472552b
Octal433142112301342416212553
Binary10001111001100100011010011010111001010011100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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