Html Css Color HEX #25C03D Lime Green

📋 copy color: '#25C03D'

red 37 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #25C03D

Tints of Lime Green #25C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 12.76%
G = 66.21%
B = 21.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#25C03D (or 0x25C03D) is known color: Lime Green. HEX triplet: 25, C0 and 3D. RGB value is (37,192,61). Sum of RGB (Red+Green+Blue) = 37+192+61=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #25C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C03D is #DA3FC2. Grayscale: #838383. Windows color (decimal): -14303171 or 4046885. OLE color: 4046885.

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

Color convert

RGB 37 192 61 -
CMYK 0.81 0 0.68 0.25
HSL 129.29º 0.68% 0.45% -
HSV(B) 129.29º 0.81% 0.75% -
XYZ 20.45 38.43 10.75 -
YUV 130.72 88.65 61.15 -
System Red Green Blue C M Y K H S L
Decimal 37 192 61 0.81 0 0.68 0.25 129.29 0.68 0.45
Hex 25 C0 3D 51 0 44 19 81 44 2D
Octal 45 300 75 121 0 104 31 201 104 55
Binary 100101 11000000 111101 1010001 0 1000100 11001 10000001 1000100 101101

Color Harmonies of #25C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C03D

Black with #25C03D

Text Example


Text Example

White with #25C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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