Html Css Color HEX #25D41D Lime Green

📋 copy color: '#25D41D'

red 37 ◦ green 212 ◦ blue 29

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

Shades of Lime Green #25D41D

Tints of Lime Green #25D41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 76.26%

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 13.31%
G = 76.26%
B = 10.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#25D41D (or 0x25D41D) is known color: Lime Green. HEX triplet: 25, D4 and 1D. RGB value is (37,212,29). Sum of RGB (Red+Green+Blue) = 37+212+29=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 212 (83.20% from 255 or 76.26% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 212 - color contains mainly: green. Hex color #25D41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D41D is #DA2BE2. Grayscale: #8B8B8B. Windows color (decimal): -14298083 or 1954853. OLE color: 1954853.

HSL color Cylindrical-coordinate representation of color #25D41D: hue angle of 117.38º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25D41D is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 212 29 -
CMYK 0.83 0 0.86 0.17
HSL 117.38º 0.76% 0.47% -
HSV(B) 117.38º 0.86% 0.83% -
XYZ 24.53 47.57 9.05 -
YUV 138.81 66.02 55.38 -
System Red Green Blue C M Y K H S L
Decimal 37 212 29 0.83 0 0.86 0.17 117.38 0.76 0.47
Hex 25 D4 1D 53 0 56 11 75 4C 2F
Octal 45 324 35 123 0 126 21 165 114 57
Binary 100101 11010100 11101 1010011 0 1010110 10001 1110101 1001100 101111

Color Harmonies of #25D41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D41D

Black with #25D41D

Text Example


Text Example

White with #25D41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,212,29); }

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

background-color css

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

 a { background-color: rgb(37,212,29); }

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

border-color css

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

 span { border-color: rgb(37,212,29); }

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