Html Css Color HEX #25F231 Lime Green

📋 copy color: '#25F231'

red 37 ◦ green 242 ◦ blue 49

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

Shades of Lime Green #25F231

Tints of Lime Green #25F231

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.78%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 11.28%
G = 73.78%
B = 14.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#25F231 (or 0x25F231) is known color: Lime Green. HEX triplet: 25, F2 and 31. RGB value is (37,242,49). Sum of RGB (Red+Green+Blue) = 37+242+49=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #25F231 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F231 is #DA0DCE. Grayscale: #9F9F9F. Windows color (decimal): -14290383 or 3273253. OLE color: 3273253.

HSL color Cylindrical-coordinate representation of color #25F231: hue angle of 123.51º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F231 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 242 49 -
CMYK 0.85 0 0.80 0.05
HSL 123.51º 0.89% 0.55% -
HSV(B) 123.51º 0.85% 0.95% -
XYZ 33.07 64.12 13.54 -
YUV 158.7 66.08 41.19 -
System Red Green Blue C M Y K H S L
Decimal 37 242 49 0.85 0 0.80 0.05 123.51 0.89 0.55
Hex 25 F2 31 55 0 50 5 7C 59 37
Octal 45 362 61 125 0 120 5 174 131 67
Binary 100101 11110010 110001 1010101 0 1010000 101 1111100 1011001 110111

Color Harmonies of #25F231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F231

Black with #25F231

Text Example


Text Example

White with #25F231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,242,49); }

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

background-color css

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

 a { background-color: rgb(37,242,49); }

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

border-color css

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

 span { border-color: rgb(37,242,49); }

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