Html Css Color HEX #25D632 Lime Green

📋 copy color: '#25D632'

red 37 ◦ green 214 ◦ blue 50

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

Shades of Lime Green #25D632

Tints of Lime Green #25D632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 12.29%
G = 71.1%
B = 16.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#25D632 (or 0x25D632) is known color: Lime Green. HEX triplet: 25, D6 and 32. RGB value is (37,214,50). Sum of RGB (Red+Green+Blue) = 37+214+50=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #25D632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D632 is #DA29CD. Grayscale: #8E8E8E. Windows color (decimal): -14297550 or 3331621. OLE color: 3331621.

HSL color Cylindrical-coordinate representation of color #25D632: hue angle of 124.41º 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 #25D632 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 214 50 -
CMYK 0.83 0 0.77 0.16
HSL 124.41º 0.71% 0.49% -
HSV(B) 124.41º 0.83% 0.84% -
XYZ 25.39 48.72 11.08 -
YUV 142.38 75.86 52.84 -
System Red Green Blue C M Y K H S L
Decimal 37 214 50 0.83 0 0.77 0.16 124.41 0.71 0.49
Hex 25 D6 32 53 0 4D 10 7C 47 31
Octal 45 326 62 123 0 115 20 174 107 61
Binary 100101 11010110 110010 1010011 0 1001101 10000 1111100 1000111 110001

Color Harmonies of #25D632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D632

Black with #25D632

Text Example


Text Example

White with #25D632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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