Html Css Color HEX #25E12B Lime Green

📋 copy color: '#25E12B'

red 37 ◦ green 225 ◦ blue 43

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

Shades of Lime Green #25E12B

Tints of Lime Green #25E12B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.77%

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 12.13%
G = 73.77%
B = 14.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#25E12B (or 0x25E12B) is known color: Lime Green. HEX triplet: 25, E1 and 2B. RGB value is (37,225,43). Sum of RGB (Red+Green+Blue) = 37+225+43=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #25E12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E12B is #DA1ED4. Grayscale: #949494. Windows color (decimal): -14294741 or 2875685. OLE color: 2875685.

HSL color Cylindrical-coordinate representation of color #25E12B: hue angle of 121.91º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E12B is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 225 43 -
CMYK 0.84 0 0.81 0.12
HSL 121.91º 0.76% 0.51% -
HSV(B) 121.91º 0.84% 0.88% -
XYZ 28.12 54.42 11.31 -
YUV 148.04 68.72 48.8 -
System Red Green Blue C M Y K H S L
Decimal 37 225 43 0.84 0 0.81 0.12 121.91 0.76 0.51
Hex 25 E1 2B 54 0 51 C 7A 4C 33
Octal 45 341 53 124 0 121 14 172 114 63
Binary 100101 11100001 101011 1010100 0 1010001 1100 1111010 1001100 110011

Color Harmonies of #25E12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25E12B

Black with #25E12B

Text Example


Text Example

White with #25E12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,225,43); }

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

background-color css

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

 a { background-color: rgb(37,225,43); }

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

border-color css

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

 span { border-color: rgb(37,225,43); }

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