Html Css Color HEX #25F22F Lime Green

📋 copy color: '#25F22F'

red 37 ◦ green 242 ◦ blue 47

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

Shades of Lime Green #25F22F

Tints of Lime Green #25F22F

RGB

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

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

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

R = 11.35%
G = 74.23%
B = 14.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#25F22F (or 0x25F22F) is known color: Lime Green. HEX triplet: 25, F2 and 2F. RGB value is (37,242,47). Sum of RGB (Red+Green+Blue) = 37+242+47=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #25F22F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F22F is #DA0DD0. Grayscale: #9F9F9F. Windows color (decimal): -14290385 or 3142181. OLE color: 3142181.

HSL color Cylindrical-coordinate representation of color #25F22F: hue angle of 122.93º 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 #25F22F is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 242 47 -
CMYK 0.85 0 0.81 0.05
HSL 122.93º 0.89% 0.55% -
HSV(B) 122.93º 0.85% 0.95% -
XYZ 33.03 64.1 13.32 -
YUV 158.48 65.08 41.36 -
System Red Green Blue C M Y K H S L
Decimal 37 242 47 0.85 0 0.81 0.05 122.93 0.89 0.55
Hex 25 F2 2F 55 0 51 5 7B 59 37
Octal 45 362 57 125 0 121 5 173 131 67
Binary 100101 11110010 101111 1010101 0 1010001 101 1111011 1011001 110111

Color Harmonies of #25F22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F22F

Black with #25F22F

Text Example


Text Example

White with #25F22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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