Html Css Color HEX #25C13F Lime Green

📋 copy color: '#25C13F'

red 37 ◦ green 193 ◦ blue 63

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

Shades of Lime Green #25C13F

Tints of Lime Green #25C13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.87%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 12.63%
G = 65.87%
B = 21.5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#25C13F (or 0x25C13F) is known color: Lime Green. HEX triplet: 25, C1 and 3F. RGB value is (37,193,63). Sum of RGB (Red+Green+Blue) = 37+193+63=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #25C13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C13F is #DA3EC0. Grayscale: #838383. Windows color (decimal): -14302913 or 4178213. OLE color: 4178213.

HSL color Cylindrical-coordinate representation of color #25C13F: hue angle of 130º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C13F is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 193 63 -
CMYK 0.81 0 0.67 0.24
HSL 130º 0.68% 0.45% -
HSV(B) 130º 0.81% 0.76% -
XYZ 20.73 38.89 11.12 -
YUV 131.54 89.32 60.57 -
System Red Green Blue C M Y K H S L
Decimal 37 193 63 0.81 0 0.67 0.24 130 0.68 0.45
Hex 25 C1 3F 51 0 43 18 82 44 2D
Octal 45 301 77 121 0 103 30 202 104 55
Binary 100101 11000001 111111 1010001 0 1000011 11000 10000010 1000100 101101

Color Harmonies of #25C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C13F

Black with #25C13F

Text Example


Text Example

White with #25C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,193,63); }

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

background-color css

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

 a { background-color: rgb(37,193,63); }

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

border-color css

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

 span { border-color: rgb(37,193,63); }

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