Html Css Color HEX #25C42F Lime Green

📋 copy color: '#25C42F'

red 37 ◦ green 196 ◦ blue 47

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

Shades of Lime Green #25C42F

Tints of Lime Green #25C42F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 13.21%
G = 70%
B = 16.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#25C42F (or 0x25C42F) is known color: Lime Green. HEX triplet: 25, C4 and 2F. RGB value is (37,196,47). Sum of RGB (Red+Green+Blue) = 37+196+47=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #25C42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C42F is #DA3BD0. Grayscale: #838383. Windows color (decimal): -14302161 or 3130405. OLE color: 3130405.

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

Color convert

RGB 37 196 47 -
CMYK 0.81 0 0.76 0.23
HSL 123.77º 0.68% 0.46% -
HSV(B) 123.77º 0.81% 0.77% -
XYZ 21.02 40.08 9.32 -
YUV 131.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 37 196 47 0.81 0 0.76 0.23 123.77 0.68 0.46
Hex 25 C4 2F 51 0 4C 17 7C 44 2E
Octal 45 304 57 121 0 114 27 174 104 56
Binary 100101 11000100 101111 1010001 0 1001100 10111 1111100 1000100 101110

Color Harmonies of #25C42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C42F

Black with #25C42F

Text Example


Text Example

White with #25C42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,196,47); }

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

background-color css

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

 a { background-color: rgb(37,196,47); }

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

border-color css

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

 span { border-color: rgb(37,196,47); }

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