#23B92A

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

Shades of Lime Green #23B92A

Tints of Lime Green #23B92A

Color information

#23B92A (or 0x23B92A) is unknown color: approx Lime Green. HEX triplet: 23, B9 and 2A. RGB value is (35,185,42). Sum of RGB (Red+Green+Blue) = 35+185+42=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #23B92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23B92A is #DC46D5. Grayscale: #7C7C7C. Windows color (decimal): -14436054 or 2799907. OLE color: 2799907.

HSL color Cylindrical-coordinate representation of color #23B92A: hue angle of 122.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23B92A is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB3518542-
CMYK0.8100.770.27
HSL122.8º68.18%43.14%-
HSV(B)122.8º81.08%72.55%-
XYZ18.4635.228.02-
YUV123.8581.8164.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 185 (72.66% from 255) = 70.61%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=13.36%
G=70.61%
B=16.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal35185420.8100.770.27122.868.1843.14
Hex23B92A5104D1B7b442b
Octal432715212101153317310453
Binary100011101110011010101010001010011011101111110111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23B92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,185,42); }

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

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

 a { background-color: rgb(35,185,42); }

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

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

 span { border-color: rgb(35,185,42); }

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