Html Css Color HEX #25D42C Lime Green

📋 copy color: '#25D42C'

red 37 ◦ green 212 ◦ blue 44

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

Shades of Lime Green #25D42C

Tints of Lime Green #25D42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 12.63%
G = 72.35%
B = 15.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#25D42C (or 0x25D42C) is known color: Lime Green. HEX triplet: 25, D4 and 2C. RGB value is (37,212,44). Sum of RGB (Red+Green+Blue) = 37+212+44=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 212 (83.20% from 255 or 72.35% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 212 - color contains mainly: green. Hex color #25D42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D42C is #DA2BD3. Grayscale: #8D8D8D. Windows color (decimal): -14298068 or 2937893. OLE color: 2937893.

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

Color convert

RGB 37 212 44 -
CMYK 0.83 0 0.79 0.17
HSL 122.4º 0.7% 0.49% -
HSV(B) 122.4º 0.83% 0.83% -
XYZ 24.76 47.66 10.28 -
YUV 140.52 73.52 54.16 -
System Red Green Blue C M Y K H S L
Decimal 37 212 44 0.83 0 0.79 0.17 122.4 0.7 0.49
Hex 25 D4 2C 53 0 4F 11 7A 46 31
Octal 45 324 54 123 0 117 21 172 106 61
Binary 100101 11010100 101100 1010011 0 1001111 10001 1111010 1000110 110001

Color Harmonies of #25D42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D42C

Black with #25D42C

Text Example


Text Example

White with #25D42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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