Html Css Color HEX #25D93D Lime Green

📋 copy color: '#25D93D'

red 37 ◦ green 217 ◦ blue 61

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

Shades of Lime Green #25D93D

Tints of Lime Green #25D93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.89%

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

R = 11.75%
G = 68.89%
B = 19.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#25D93D (or 0x25D93D) is known color: Lime Green. HEX triplet: 25, D9 and 3D. RGB value is (37,217,61). Sum of RGB (Red+Green+Blue) = 37+217+61=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 217 (85.16% from 255 or 68.89% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 217 - color contains mainly: green. Hex color #25D93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D93D is #DA26C2. Grayscale: #919191. Windows color (decimal): -14296771 or 4053285. OLE color: 4053285.

HSL color Cylindrical-coordinate representation of color #25D93D: hue angle of 128º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D93D is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 217 61 -
CMYK 0.83 0 0.72 0.15
HSL 128º 0.71% 0.5% -
HSV(B) 128º 0.83% 0.85% -
XYZ 26.42 50.36 12.74 -
YUV 145.4 80.37 50.68 -
System Red Green Blue C M Y K H S L
Decimal 37 217 61 0.83 0 0.72 0.15 128 0.71 0.5
Hex 25 D9 3D 53 0 48 F 80 47 32
Octal 45 331 75 123 0 110 17 200 107 62
Binary 100101 11011001 111101 1010011 0 1001000 1111 10000000 1000111 110010

Color Harmonies of #25D93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D93D

Black with #25D93D

Text Example


Text Example

White with #25D93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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