Html Css Color HEX #25C21D Lime Green

📋 copy color: '#25C21D'

red 37 ◦ green 194 ◦ blue 29

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

Shades of Lime Green #25C21D

Tints of Lime Green #25C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.62%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 14.23%
G = 74.62%
B = 11.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#25C21D (or 0x25C21D) is known color: Lime Green. HEX triplet: 25, C2 and 1D. RGB value is (37,194,29). Sum of RGB (Red+Green+Blue) = 37+194+29=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 194 (76.17% from 255 or 74.62% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 194 - color contains mainly: green. Hex color #25C21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C21D is #DA3DE2. Grayscale: #808080. Windows color (decimal): -14302691 or 1950245. OLE color: 1950245.

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

Color convert

RGB 37 194 29 -
CMYK 0.81 0 0.85 0.24
HSL 117.09º 0.74% 0.44% -
HSV(B) 117.09º 0.85% 0.76% -
XYZ 20.28 39.07 7.63 -
YUV 128.25 71.99 62.92 -
System Red Green Blue C M Y K H S L
Decimal 37 194 29 0.81 0 0.85 0.24 117.09 0.74 0.44
Hex 25 C2 1D 51 0 55 18 75 4A 2C
Octal 45 302 35 121 0 125 30 165 112 54
Binary 100101 11000010 11101 1010001 0 1010101 11000 1110101 1001010 101100

Color Harmonies of #25C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C21D

Black with #25C21D

Text Example


Text Example

White with #25C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,194,29); }

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

background-color css

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

 a { background-color: rgb(37,194,29); }

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

border-color css

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

 span { border-color: rgb(37,194,29); }

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