Html Css Color HEX #25D02E Lime Green

📋 copy color: '#25D02E'

red 37 ◦ green 208 ◦ blue 46

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

Shades of Lime Green #25D02E

Tints of Lime Green #25D02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 12.71%
G = 71.48%
B = 15.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#25D02E (or 0x25D02E) is known color: Lime Green. HEX triplet: 25, D0 and 2E. RGB value is (37,208,46). Sum of RGB (Red+Green+Blue) = 37+208+46=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #25D02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D02E is #DA2FD1. Grayscale: #8A8A8A. Windows color (decimal): -14299090 or 3067941. OLE color: 3067941.

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

Color convert

RGB 37 208 46 -
CMYK 0.82 0 0.78 0.18
HSL 123.16º 0.7% 0.48% -
HSV(B) 123.16º 0.82% 0.82% -
XYZ 23.81 45.7 10.15 -
YUV 138.4 75.85 55.67 -
System Red Green Blue C M Y K H S L
Decimal 37 208 46 0.82 0 0.78 0.18 123.16 0.7 0.48
Hex 25 D0 2E 52 0 4E 12 7B 46 30
Octal 45 320 56 122 0 116 22 173 106 60
Binary 100101 11010000 101110 1010010 0 1001110 10010 1111011 1000110 110000

Color Harmonies of #25D02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D02E

Black with #25D02E

Text Example


Text Example

White with #25D02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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