Html Css Color HEX #25C341 Lime Green

📋 copy color: '#25C341'

red 37 ◦ green 195 ◦ blue 65

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

Shades of Lime Green #25C341

Tints of Lime Green #25C341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.66%

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 12.46%
G = 65.66%
B = 21.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#25C341 (or 0x25C341) is known color: Lime Green. HEX triplet: 25, C3 and 41. RGB value is (37,195,65). Sum of RGB (Red+Green+Blue) = 37+195+65=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #25C341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C341 is #DA3CBE. Grayscale: #858585. Windows color (decimal): -14302399 or 4309797. OLE color: 4309797.

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

Color convert

RGB 37 195 65 -
CMYK 0.81 0 0.67 0.24
HSL 130.63º 0.68% 0.45% -
HSV(B) 130.63º 0.81% 0.76% -
XYZ 21.23 39.81 11.57 -
YUV 132.94 89.65 59.57 -
System Red Green Blue C M Y K H S L
Decimal 37 195 65 0.81 0 0.67 0.24 130.63 0.68 0.45
Hex 25 C3 41 51 0 43 18 83 44 2D
Octal 45 303 101 121 0 103 30 203 104 55
Binary 100101 11000011 1000001 1010001 0 1000011 11000 10000011 1000100 101101

Color Harmonies of #25C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C341

Black with #25C341

Text Example


Text Example

White with #25C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,195,65); }

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

background-color css

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

 a { background-color: rgb(37,195,65); }

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

border-color css

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

 span { border-color: rgb(37,195,65); }

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