Html Css Color HEX #25F83D Lime Green

📋 copy color: '#25F83D'

red 37 ◦ green 248 ◦ blue 61

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

Shades of Lime Green #25F83D

Tints of Lime Green #25F83D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 71.68%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 10.69%
G = 71.68%
B = 17.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#25F83D (or 0x25F83D) is known color: Lime Green. HEX triplet: 25, F8 and 3D. RGB value is (37,248,61). Sum of RGB (Red+Green+Blue) = 37+248+61=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #25F83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F83D is #DA07C2. Grayscale: #A4A4A4. Windows color (decimal): -14288835 or 4061221. OLE color: 4061221.

HSL color Cylindrical-coordinate representation of color #25F83D: hue angle of 126.82º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F83D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 37 248 61 -
CMYK 0.85 0 0.75 0.03
HSL 126.82º 0.94% 0.56% -
HSV(B) 126.82º 0.85% 0.97% -
XYZ 35.17 67.87 15.66 -
YUV 163.59 70.1 37.71 -
System Red Green Blue C M Y K H S L
Decimal 37 248 61 0.85 0 0.75 0.03 126.82 0.94 0.56
Hex 25 F8 3D 55 0 4B 3 7F 5E 38
Octal 45 370 75 125 0 113 3 177 136 70
Binary 100101 11111000 111101 1010101 0 1001011 11 1111111 1011110 111000

Color Harmonies of #25F83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F83D

Black with #25F83D

Text Example


Text Example

White with #25F83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,248,61); }

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

background-color css

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

 a { background-color: rgb(37,248,61); }

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

border-color css

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

 span { border-color: rgb(37,248,61); }

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