#25EE2E

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

Shades of Lime Green #25EE2E

Tints of Lime Green #25EE2E

Color information

#25EE2E (or 0x25EE2E) is unknown color: approx Lime Green. HEX triplet: 25, EE and 2E. RGB value is (37,238,46). Sum of RGB (Red+Green+Blue) = 37+238+46=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 238 (93.36% from 255 or 74.14% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 238 - color contains mainly: green. Hex color #25EE2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EE2E is #DA11D1. Grayscale: #9C9C9C. Windows color (decimal): -14291410 or 3075621. OLE color: 3075621.

HSL color Cylindrical-coordinate representation of color #25EE2E: hue angle of 122.69º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EE2E is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB3723846-
CMYK0.8400.810.07
HSL122.69º85.53%53.92%-
HSV(B)122.69º84.45%93.33%-
XYZ31.8361.7412.82-
YUV156.0165.9143.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 238 (93.36% from 255) = 74.14%
BLUE value IS 46 (18.36% from 255) = 14.33%
R=11.53%
G=74.14%
B=14.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal37238460.8400.810.07122.6985.5353.92
Hex25EE2E5405177b5636
Octal45356561240121717312666
Binary1001011110111010111010101000101000111111110111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25EE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25EE2E; }

 p { color: rgb(37,238,46); }

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

<style>
 a { background-color: #25EE2E; }

 a { background-color: rgb(37,238,46); }

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

<style>
 span { border-color: #25EE2E; }

 span { border-color: rgb(37,238,46); }

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