Html Css Color HEX #25D434 Lime Green

📋 copy color: '#25D434'

red 37 ◦ green 212 ◦ blue 52

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

Shades of Lime Green #25D434

Tints of Lime Green #25D434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 12.29%
G = 70.43%
B = 17.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#25D434 (or 0x25D434) is known color: Lime Green. HEX triplet: 25, D4 and 34. RGB value is (37,212,52). Sum of RGB (Red+Green+Blue) = 37+212+52=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 212 (83.20% from 255 or 70.43% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 212 - color contains mainly: green. Hex color #25D434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D434 is #DA2BCB. Grayscale: #8D8D8D. Windows color (decimal): -14298060 or 3462181. OLE color: 3462181.

HSL color Cylindrical-coordinate representation of color #25D434: hue angle of 125.14º 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 #25D434 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 212 52 -
CMYK 0.83 0 0.75 0.17
HSL 125.14º 0.7% 0.49% -
HSV(B) 125.14º 0.83% 0.83% -
XYZ 24.93 47.73 11.15 -
YUV 141.44 77.52 53.51 -
System Red Green Blue C M Y K H S L
Decimal 37 212 52 0.83 0 0.75 0.17 125.14 0.7 0.49
Hex 25 D4 34 53 0 4B 11 7D 46 31
Octal 45 324 64 123 0 113 21 175 106 61
Binary 100101 11010100 110100 1010011 0 1001011 10001 1111101 1000110 110001

Color Harmonies of #25D434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D434

Black with #25D434

Text Example


Text Example

White with #25D434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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