Html Css Color HEX #25C326 Lime Green

📋 copy color: '#25C326'

red 37 ◦ green 195 ◦ blue 38

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

Shades of Lime Green #25C326

Tints of Lime Green #25C326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 13.7%
G = 72.22%
B = 14.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#25C326 (or 0x25C326) is known color: Lime Green. HEX triplet: 25, C3 and 26. RGB value is (37,195,38). Sum of RGB (Red+Green+Blue) = 37+195+38=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #25C326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C326 is #DA3CD9. Grayscale: #828282. Windows color (decimal): -14302426 or 2540325. OLE color: 2540325.

HSL color Cylindrical-coordinate representation of color #25C326: hue angle of 120.38º 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 #25C326 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 37 195 38 -
CMYK 0.81 0 0.81 0.24
HSL 120.38º 0.68% 0.45% -
HSV(B) 120.38º 0.81% 0.76% -
XYZ 20.63 39.56 8.38 -
YUV 129.86 76.15 61.77 -
System Red Green Blue C M Y K H S L
Decimal 37 195 38 0.81 0 0.81 0.24 120.38 0.68 0.45
Hex 25 C3 26 51 0 51 18 78 44 2D
Octal 45 303 46 121 0 121 30 170 104 55
Binary 100101 11000011 100110 1010001 0 1010001 11000 1111000 1000100 101101

Color Harmonies of #25C326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C326

Black with #25C326

Text Example


Text Example

White with #25C326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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