Html Css Color HEX #25DD2B Lime Green

📋 copy color: '#25DD2B'

red 37 ◦ green 221 ◦ blue 43

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

Shades of Lime Green #25DD2B

Tints of Lime Green #25DD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.42%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 12.29%
G = 73.42%
B = 14.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#25DD2B (or 0x25DD2B) is known color: Lime Green. HEX triplet: 25, DD and 2B. RGB value is (37,221,43). Sum of RGB (Red+Green+Blue) = 37+221+43=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DD2B is #DA22D4. Grayscale: #929292. Windows color (decimal): -14295765 or 2874661. OLE color: 2874661.

HSL color Cylindrical-coordinate representation of color #25DD2B: hue angle of 121.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DD2B is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 221 43 -
CMYK 0.83 0 0.81 0.13
HSL 121.96º 0.73% 0.51% -
HSV(B) 121.96º 0.83% 0.87% -
XYZ 27.06 52.28 10.95 -
YUV 145.69 70.04 50.47 -
System Red Green Blue C M Y K H S L
Decimal 37 221 43 0.83 0 0.81 0.13 121.96 0.73 0.51
Hex 25 DD 2B 53 0 51 D 7A 49 33
Octal 45 335 53 123 0 121 15 172 111 63
Binary 100101 11011101 101011 1010011 0 1010001 1101 1111010 1001001 110011

Color Harmonies of #25DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DD2B

Black with #25DD2B

Text Example


Text Example

White with #25DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,221,43); }

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

background-color css

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

 a { background-color: rgb(37,221,43); }

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

border-color css

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

 span { border-color: rgb(37,221,43); }

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