Html Css Color HEX #25F93D Lime Green

📋 copy color: '#25F93D'

red 37 ◦ green 249 ◦ blue 61

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

Shades of Lime Green #25F93D

Tints of Lime Green #25F93D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.76%

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

R = 10.66%
G = 71.76%
B = 17.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#25F93D (or 0x25F93D) is known color: Lime Green. HEX triplet: 25, F9 and 3D. RGB value is (37,249,61). Sum of RGB (Red+Green+Blue) = 37+249+61=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #25F93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F93D is #DA06C2. Grayscale: #A4A4A4. Windows color (decimal): -14288579 or 4061477. OLE color: 4061477.

HSL color Cylindrical-coordinate representation of color #25F93D: hue angle of 126.79º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F93D is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 249 61 -
CMYK 0.85 0 0.76 0.02
HSL 126.79º 0.95% 0.56% -
HSV(B) 126.79º 0.85% 0.98% -
XYZ 35.48 68.48 15.76 -
YUV 164.18 69.76 37.29 -
System Red Green Blue C M Y K H S L
Decimal 37 249 61 0.85 0 0.76 0.02 126.79 0.95 0.56
Hex 25 F9 3D 55 0 4C 2 7F 5F 38
Octal 45 371 75 125 0 114 2 177 137 70
Binary 100101 11111001 111101 1010101 0 1001100 10 1111111 1011111 111000

Color Harmonies of #25F93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F93D

Black with #25F93D

Text Example


Text Example

White with #25F93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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