Html Css Color HEX #25D42B Lime Green

📋 copy color: '#25D42B'

red 37 ◦ green 212 ◦ blue 43

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

Shades of Lime Green #25D42B

Tints of Lime Green #25D42B

RGB

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

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

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

R = 12.67%
G = 72.6%
B = 14.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#25D42B (or 0x25D42B) is known color: Lime Green. HEX triplet: 25, D4 and 2B. RGB value is (37,212,43). Sum of RGB (Red+Green+Blue) = 37+212+43=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 212 (83.20% from 255 or 72.60% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 212 - color contains mainly: green. Hex color #25D42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D42B is #DA2BD4. Grayscale: #8C8C8C. Windows color (decimal): -14298069 or 2872357. OLE color: 2872357.

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

Color convert

RGB 37 212 43 -
CMYK 0.83 0 0.80 0.17
HSL 122.06º 0.7% 0.49% -
HSV(B) 122.06º 0.83% 0.83% -
XYZ 24.74 47.65 10.18 -
YUV 140.41 73.02 54.24 -
System Red Green Blue C M Y K H S L
Decimal 37 212 43 0.83 0 0.80 0.17 122.06 0.7 0.49
Hex 25 D4 2B 53 0 50 11 7A 46 31
Octal 45 324 53 123 0 120 21 172 106 61
Binary 100101 11010100 101011 1010011 0 1010000 10001 1111010 1000110 110001

Color Harmonies of #25D42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D42B

Black with #25D42B

Text Example


Text Example

White with #25D42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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