Html Css Color HEX #25C64A Lime Green

📋 copy color: '#25C64A'

red 37 ◦ green 198 ◦ blue 74

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

Shades of Lime Green #25C64A

Tints of Lime Green #25C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 64.08%

 BLUE value IS 74 (29.3% from 255) = 23.95%

R = 11.97%
G = 64.08%
B = 23.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#25C64A (or 0x25C64A) is known color: Lime Green. HEX triplet: 25, C6 and 4A. RGB value is (37,198,74). Sum of RGB (Red+Green+Blue) = 37+198+74=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #25C64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C64A is #DA39B5. Grayscale: #888888. Windows color (decimal): -14301622 or 4900389. OLE color: 4900389.

HSL color Cylindrical-coordinate representation of color #25C64A: hue angle of 133.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C64A is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 37 198 74 -
CMYK 0.81 0 0.63 0.22
HSL 133.79º 0.69% 0.46% -
HSV(B) 133.79º 0.81% 0.78% -
XYZ 22.19 41.28 13.28 -
YUV 135.73 93.16 57.58 -
System Red Green Blue C M Y K H S L
Decimal 37 198 74 0.81 0 0.63 0.22 133.79 0.69 0.46
Hex 25 C6 4A 51 0 3F 16 86 45 2E
Octal 45 306 112 121 0 77 26 206 105 56
Binary 100101 11000110 1001010 1010001 0 111111 10110 10000110 1000101 101110

Color Harmonies of #25C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C64A

Black with #25C64A

Text Example


Text Example

White with #25C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,198,74); }

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

background-color css

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

 a { background-color: rgb(37,198,74); }

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

border-color css

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

 span { border-color: rgb(37,198,74); }

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