Html Css Color HEX #25F23D Lime Green

📋 copy color: '#25F23D'

red 37 ◦ green 242 ◦ blue 61

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

Shades of Lime Green #25F23D

Tints of Lime Green #25F23D

RGB

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

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

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

R = 10.88%
G = 71.18%
B = 17.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#25F23D (or 0x25F23D) is known color: Lime Green. HEX triplet: 25, F2 and 3D. RGB value is (37,242,61). Sum of RGB (Red+Green+Blue) = 37+242+61=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #25F23D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25F23D is #DA0DC2. Grayscale: #A0A0A0. Windows color (decimal): -14290371 or 4059685. OLE color: 4059685.

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

Color convert

RGB 37 242 61 -
CMYK 0.85 0 0.75 0.05
HSL 127.02º 0.89% 0.55% -
HSV(B) 127.02º 0.85% 0.95% -
XYZ 33.36 64.23 15.06 -
YUV 160.07 72.08 40.22 -
System Red Green Blue C M Y K H S L
Decimal 37 242 61 0.85 0 0.75 0.05 127.02 0.89 0.55
Hex 25 F2 3D 55 0 4B 5 7F 59 37
Octal 45 362 75 125 0 113 5 177 131 67
Binary 100101 11110010 111101 1010101 0 1001011 101 1111111 1011001 110111

Color Harmonies of #25F23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F23D

Black with #25F23D

Text Example


Text Example

White with #25F23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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