Html Css Color HEX #25D63B Lime Green

📋 copy color: '#25D63B'

red 37 ◦ green 214 ◦ blue 59

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

Shades of Lime Green #25D63B

Tints of Lime Green #25D63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 69.03%

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 11.94%
G = 69.03%
B = 19.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#25D63B (or 0x25D63B) is known color: Lime Green. HEX triplet: 25, D6 and 3B. RGB value is (37,214,59). Sum of RGB (Red+Green+Blue) = 37+214+59=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 214 (83.98% from 255 or 69.03% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 214 - color contains mainly: green. Hex color #25D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D63B is #DA29C4. Grayscale: #8F8F8F. Windows color (decimal): -14297541 or 3921445. OLE color: 3921445.

HSL color Cylindrical-coordinate representation of color #25D63B: hue angle of 127.46º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D63B is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 214 59 -
CMYK 0.83 0 0.72 0.16
HSL 127.46º 0.71% 0.49% -
HSV(B) 127.46º 0.83% 0.84% -
XYZ 25.6 48.8 12.21 -
YUV 143.41 80.36 52.1 -
System Red Green Blue C M Y K H S L
Decimal 37 214 59 0.83 0 0.72 0.16 127.46 0.71 0.49
Hex 25 D6 3B 53 0 48 10 7F 47 31
Octal 45 326 73 123 0 110 20 177 107 61
Binary 100101 11010110 111011 1010011 0 1001000 10000 1111111 1000111 110001

Color Harmonies of #25D63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D63B

Black with #25D63B

Text Example


Text Example

White with #25D63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,214,59); }

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

background-color css

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

 a { background-color: rgb(37,214,59); }

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

border-color css

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

 span { border-color: rgb(37,214,59); }

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