Html Css Color HEX #25CA49 Lime Green

📋 copy color: '#25CA49'

red 37 ◦ green 202 ◦ blue 73

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

Shades of Lime Green #25CA49

Tints of Lime Green #25CA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.74%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 11.86%
G = 64.74%
B = 23.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#25CA49 (or 0x25CA49) is known color: Lime Green. HEX triplet: 25, CA and 49. RGB value is (37,202,73). Sum of RGB (Red+Green+Blue) = 37+202+73=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA49 is #DA35B6. Grayscale: #8A8A8A. Windows color (decimal): -14300599 or 4835877. OLE color: 4835877.

HSL color Cylindrical-coordinate representation of color #25CA49: hue angle of 133.09º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CA49 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 202 73 -
CMYK 0.82 0 0.64 0.21
HSL 133.09º 0.69% 0.47% -
HSV(B) 133.09º 0.82% 0.79% -
XYZ 23.09 43.12 13.41 -
YUV 137.96 91.34 55.99 -
System Red Green Blue C M Y K H S L
Decimal 37 202 73 0.82 0 0.64 0.21 133.09 0.69 0.47
Hex 25 CA 49 52 0 40 15 85 45 2F
Octal 45 312 111 122 0 100 25 205 105 57
Binary 100101 11001010 1001001 1010010 0 1000000 10101 10000101 1000101 101111

Color Harmonies of #25CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CA49

Black with #25CA49

Text Example


Text Example

White with #25CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,202,73); }

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

background-color css

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

 a { background-color: rgb(37,202,73); }

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

border-color css

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

 span { border-color: rgb(37,202,73); }

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