Html Css Color HEX #25C03F Lime Green

📋 copy color: '#25C03F'

red 37 ◦ green 192 ◦ blue 63

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

Shades of Lime Green #25C03F

Tints of Lime Green #25C03F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.75%

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

R = 12.67%
G = 65.75%
B = 21.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#25C03F (or 0x25C03F) is known color: Lime Green. HEX triplet: 25, C0 and 3F. RGB value is (37,192,63). Sum of RGB (Red+Green+Blue) = 37+192+63=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #25C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C03F is #DA3FC0. Grayscale: #838383. Windows color (decimal): -14303169 or 4177957. OLE color: 4177957.

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

Color convert

RGB 37 192 63 -
CMYK 0.81 0 0.67 0.25
HSL 130.06º 0.68% 0.45% -
HSV(B) 130.06º 0.81% 0.75% -
XYZ 20.51 38.45 11.04 -
YUV 130.95 89.65 60.99 -
System Red Green Blue C M Y K H S L
Decimal 37 192 63 0.81 0 0.67 0.25 130.06 0.68 0.45
Hex 25 C0 3F 51 0 43 19 82 44 2D
Octal 45 300 77 121 0 103 31 202 104 55
Binary 100101 11000000 111111 1010001 0 1000011 11001 10000010 1000100 101101

Color Harmonies of #25C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C03F

Black with #25C03F

Text Example


Text Example

White with #25C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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