Html Css Color HEX #25D03B Lime Green

📋 copy color: '#25D03B'

red 37 ◦ green 208 ◦ blue 59

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

Shades of Lime Green #25D03B

Tints of Lime Green #25D03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 12.17%
G = 68.42%
B = 19.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#25D03B (or 0x25D03B) is known color: Lime Green. HEX triplet: 25, D0 and 3B. RGB value is (37,208,59). Sum of RGB (Red+Green+Blue) = 37+208+59=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #25D03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D03B is #DA2FC4. Grayscale: #8C8C8C. Windows color (decimal): -14299077 or 3919909. OLE color: 3919909.

HSL color Cylindrical-coordinate representation of color #25D03B: hue angle of 127.72º 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 #25D03B is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 208 59 -
CMYK 0.82 0 0.72 0.18
HSL 127.72º 0.7% 0.48% -
HSV(B) 127.72º 0.82% 0.82% -
XYZ 24.11 45.82 11.71 -
YUV 139.89 82.35 54.62 -
System Red Green Blue C M Y K H S L
Decimal 37 208 59 0.82 0 0.72 0.18 127.72 0.7 0.48
Hex 25 D0 3B 52 0 48 12 80 46 30
Octal 45 320 73 122 0 110 22 200 106 60
Binary 100101 11010000 111011 1010010 0 1001000 10010 10000000 1000110 110000

Color Harmonies of #25D03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D03B

Black with #25D03B

Text Example


Text Example

White with #25D03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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