Html Css Color HEX #25C044 Lime Green

📋 copy color: '#25C044'

red 37 ◦ green 192 ◦ blue 68

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

Shades of Lime Green #25C044

Tints of Lime Green #25C044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.65%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 12.46%
G = 64.65%
B = 22.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#25C044 (or 0x25C044) is known color: Lime Green. HEX triplet: 25, C0 and 44. RGB value is (37,192,68). Sum of RGB (Red+Green+Blue) = 37+192+68=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #25C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C044 is #DA3FBB. Grayscale: #838383. Windows color (decimal): -14303164 or 4505637. OLE color: 4505637.

HSL color Cylindrical-coordinate representation of color #25C044: hue angle of 132º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C044 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 68 -
CMYK 0.81 0 0.65 0.25
HSL 132º 0.68% 0.45% -
HSV(B) 132º 0.81% 0.75% -
XYZ 20.66 38.51 11.81 -
YUV 131.52 92.15 60.58 -
System Red Green Blue C M Y K H S L
Decimal 37 192 68 0.81 0 0.65 0.25 132 0.68 0.45
Hex 25 C0 44 51 0 41 19 84 44 2D
Octal 45 300 104 121 0 101 31 204 104 55
Binary 100101 11000000 1000100 1010001 0 1000001 11001 10000100 1000100 101101

Color Harmonies of #25C044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C044

Black with #25C044

Text Example


Text Example

White with #25C044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,192,68); }

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

background-color css

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

 a { background-color: rgb(37,192,68); }

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

border-color css

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

 span { border-color: rgb(37,192,68); }

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