Html Css Color HEX #25EB2A Lime Green

📋 copy color: '#25EB2A'

red 37 ◦ green 235 ◦ blue 42

#25EB2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #25EB2A

Tints of Lime Green #25EB2A

RGB

 RED value IS 37 (14.84% from 255) = 11.78%

 GREEN value IS 235 (92.19% from 255) = 74.84%

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 11.78%
G = 74.84%
B = 13.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#25EB2A (or 0x25EB2A) is known color: Lime Green. HEX triplet: 25, EB and 2A. RGB value is (37,235,42). Sum of RGB (Red+Green+Blue) = 37+235+42=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 235 (92.19% from 255 or 74.84% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 235 - color contains mainly: green. Hex color #25EB2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EB2A is #DA14D5. Grayscale: #9A9A9A. Windows color (decimal): -14292182 or 2812709. OLE color: 2812709.

HSL color Cylindrical-coordinate representation of color #25EB2A: hue angle of 121.52º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EB2A is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 235 42 -
CMYK 0.84 0 0.82 0.08
HSL 121.52º 0.83% 0.53% -
HSV(B) 121.52º 0.84% 0.92% -
XYZ 30.89 59.98 12.14 -
YUV 153.8 64.9 44.69 -
System Red Green Blue C M Y K H S L
Decimal 37 235 42 0.84 0 0.82 0.08 121.52 0.83 0.53
Hex 25 EB 2A 54 0 52 8 7A 53 35
Octal 45 353 52 124 0 122 10 172 123 65
Binary 100101 11101011 101010 1010100 0 1010010 1000 1111010 1010011 110101

Color Harmonies of #25EB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25EB2A

Black with #25EB2A

Text Example


Text Example

White with #25EB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,235,42); }

 H1.HeaderClassName
 {
   color: #25EB2A;
 }
 .AnyTagClassName
 {
   color: #25EB2A;
 }
</style>

background-color css

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

 a { background-color: rgb(37,235,42); }

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

border-color css

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

 span { border-color: rgb(37,235,42); }

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