#23BF34

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

Shades of Lime Green #23BF34

Tints of Lime Green #23BF34

Color information

#23BF34 (or 0x23BF34) is unknown color: approx Lime Green. HEX triplet: 23, BF and 34. RGB value is (35,191,52). Sum of RGB (Red+Green+Blue) = 35+191+52=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #23BF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23BF34 is #DC40CB. Grayscale: #808080. Windows color (decimal): -14434508 or 3456803. OLE color: 3456803.

HSL color Cylindrical-coordinate representation of color #23BF34: hue angle of 126.54º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BF34 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB3519152-
CMYK0.8200.730.25
HSL126.54º69.03%44.31%-
HSV(B)126.54º81.68%74.9%-
XYZ19.9437.879.51-
YUV128.5184.8261.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.59%
GREEN value IS 191 (75% from 255) = 68.71%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=12.59%
G=68.71%
B=18.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal35191520.8200.730.25126.5469.0344.31
Hex23BF3452049197f452c
Octal432776412201113117710554
Binary100011101111111101001010010010010011100111111111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,191,52); }

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

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

 a { background-color: rgb(35,191,52); }

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

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

 span { border-color: rgb(35,191,52); }

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