Html Css Color HEX #25D63C Lime Green

📋 copy color: '#25D63C'

red 37 ◦ green 214 ◦ blue 60

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

Shades of Lime Green #25D63C

Tints of Lime Green #25D63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 11.9%
G = 68.81%
B = 19.29%

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

#25D63C (or 0x25D63C) is known color: Lime Green. HEX triplet: 25, D6 and 3C. RGB value is (37,214,60). Sum of RGB (Red+Green+Blue) = 37+214+60=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #25D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D63C is #DA29C3. Grayscale: #8F8F8F. Windows color (decimal): -14297540 or 3986981. OLE color: 3986981.

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

Color convert

RGB 37 214 60 -
CMYK 0.83 0 0.72 0.16
HSL 127.8º 0.71% 0.49% -
HSV(B) 127.8º 0.83% 0.84% -
XYZ 25.63 48.81 12.35 -
YUV 143.52 80.86 52.02 -
System Red Green Blue C M Y K H S L
Decimal 37 214 60 0.83 0 0.72 0.16 127.8 0.71 0.49
Hex 25 D6 3C 53 0 48 10 80 47 31
Octal 45 326 74 123 0 110 20 200 107 61
Binary 100101 11010110 111100 1010011 0 1001000 10000 10000000 1000111 110001

Color Harmonies of #25D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D63C

Black with #25D63C

Text Example


Text Example

White with #25D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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