#23F130

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

Shades of Lime Green #23F130

Tints of Lime Green #23F130

Color information

#23F130 (or 0x23F130) is unknown color: approx Lime Green. HEX triplet: 23, F1 and 30. RGB value is (35,241,48). Sum of RGB (Red+Green+Blue) = 35+241+48=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #23F130 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #23F130 is #DC0ECF. Grayscale: #9D9D9D. Windows color (decimal): -14421712 or 3207459. OLE color: 3207459.

HSL color Cylindrical-coordinate representation of color #23F130: hue angle of 123.79º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23F130 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB3524148-
CMYK0.8500.800.05
HSL123.79º88.03%54.12%-
HSV(B)123.79º85.48%94.51%-
XYZ32.6863.4813.33-
YUV157.466.2540.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.80%
GREEN value IS 241 (94.53% from 255) = 74.38%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=10.80%
G=74.38%
B=14.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal35241480.8500.800.05123.7988.0354.12
Hex23F1305505057c5836
Octal43361601250120517413066
Binary1000111111000111000010101010101000010111111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23F130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,241,48); }

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

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

 a { background-color: rgb(35,241,48); }

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

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

 span { border-color: rgb(35,241,48); }

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