Html Css Color HEX #25CA28 Lime Green

📋 copy color: '#25CA28'

red 37 ◦ green 202 ◦ blue 40

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

Shades of Lime Green #25CA28

Tints of Lime Green #25CA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 13.26%
G = 72.4%
B = 14.34%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#25CA28 (or 0x25CA28) is known color: Lime Green. HEX triplet: 25, CA and 28. RGB value is (37,202,40). Sum of RGB (Red+Green+Blue) = 37+202+40=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA28 is #DA35D7. Grayscale: #868686. Windows color (decimal): -14300632 or 2673189. OLE color: 2673189.

HSL color Cylindrical-coordinate representation of color #25CA28: hue angle of 121.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 #25CA28 is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 202 40 -
CMYK 0.82 0 0.80 0.21
HSL 121.09º 0.69% 0.47% -
HSV(B) 121.09º 0.82% 0.79% -
XYZ 22.27 42.79 9.09 -
YUV 134.2 74.84 58.67 -
System Red Green Blue C M Y K H S L
Decimal 37 202 40 0.82 0 0.80 0.21 121.09 0.69 0.47
Hex 25 CA 28 52 0 50 15 79 45 2F
Octal 45 312 50 122 0 120 25 171 105 57
Binary 100101 11001010 101000 1010010 0 1010000 10101 1111001 1000101 101111

Color Harmonies of #25CA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CA28

Black with #25CA28

Text Example


Text Example

White with #25CA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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