#3BE238

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

Shades of Lime Green #3BE238

Tints of Lime Green #3BE238

Color information

#3BE238 (or 0x3BE238) is unknown color: approx Lime Green. HEX triplet: 3B, E2 and 38. RGB value is (59,226,56). Sum of RGB (Red+Green+Blue) = 59+226+56=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BE238 is #C41DC7. Grayscale: #9D9D9D. Windows color (decimal): -12852680 or 3727931. OLE color: 3727931.

HSL color Cylindrical-coordinate representation of color #3BE238: hue angle of 118.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE238 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB5922656-
CMYK0.7400.750.11
HSL118.94º74.56%55.29%-
HSV(B)118.94º75.22%88.63%-
XYZ29.7155.6112.91-
YUV156.6971.1758.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.30%
GREEN value IS 226 (88.67% from 255) = 66.28%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=17.30%
G=66.28%
B=16.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal59226560.7400.750.11118.9474.5655.29
Hex3BE2384A04BB774b37
Octal733427011201131316711367
Binary11101111100010111000100101001001011101111101111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BE238; }

 p { color: rgb(59,226,56); }

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

<style>
 a { background-color: #3BE238; }

 a { background-color: rgb(59,226,56); }

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

<style>
 span { border-color: #3BE238; }

 span { border-color: rgb(59,226,56); }

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