Html Css Color HEX #25D03D Lime Green

📋 copy color: '#25D03D'

red 37 ◦ green 208 ◦ blue 61

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

Shades of Lime Green #25D03D

Tints of Lime Green #25D03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.97%

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

R = 12.09%
G = 67.97%
B = 19.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#25D03D (or 0x25D03D) is known color: Lime Green. HEX triplet: 25, D0 and 3D. RGB value is (37,208,61). Sum of RGB (Red+Green+Blue) = 37+208+61=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #25D03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D03D is #DA2FC2. Grayscale: #8C8C8C. Windows color (decimal): -14299075 or 4050981. OLE color: 4050981.

HSL color Cylindrical-coordinate representation of color #25D03D: hue angle of 128.42º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D03D is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 208 61 -
CMYK 0.82 0 0.71 0.18
HSL 128.42º 0.7% 0.48% -
HSV(B) 128.42º 0.82% 0.82% -
XYZ 24.16 45.84 11.99 -
YUV 140.11 83.35 54.45 -
System Red Green Blue C M Y K H S L
Decimal 37 208 61 0.82 0 0.71 0.18 128.42 0.7 0.48
Hex 25 D0 3D 52 0 47 12 80 46 30
Octal 45 320 75 122 0 107 22 200 106 60
Binary 100101 11010000 111101 1010010 0 1000111 10010 10000000 1000110 110000

Color Harmonies of #25D03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D03D

Black with #25D03D

Text Example


Text Example

White with #25D03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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