#3AEE37

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

Shades of Lime Green #3AEE37

Tints of Lime Green #3AEE37

Color information

#3AEE37 (or 0x3AEE37) is unknown color: approx Lime Green. HEX triplet: 3A, EE and 37. RGB value is (58,238,55). Sum of RGB (Red+Green+Blue) = 58+238+55=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 238 (93.36% from 255 or 67.81% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEE37 is #C511C8. Grayscale: #A3A3A3. Windows color (decimal): -12915145 or 3665466. OLE color: 3665466.

HSL color Cylindrical-coordinate representation of color #3AEE37: hue angle of 119.02º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AEE37 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB5823855-
CMYK0.7600.770.07
HSL119.02º84.33%57.45%-
HSV(B)119.02º76.89%93.33%-
XYZ33.0162.3213.9-
YUV163.3266.8752.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 238 (93.36% from 255) = 67.81%
BLUE value IS 55 (21.88% from 255) = 15.67%
R=16.52%
G=67.81%
B=15.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58238550.7600.770.07119.0284.3357.45
Hex3AEE374C04D7775439
Octal72356671140115716712471
Binary1110101110111011011110011000100110111111101111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,238,55); }

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

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

 a { background-color: rgb(58,238,55); }

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

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

 span { border-color: rgb(58,238,55); }

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