Html Css Color HEX #25CE2D Lime Green

📋 copy color: '#25CE2D'

red 37 ◦ green 206 ◦ blue 45

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

Shades of Lime Green #25CE2D

Tints of Lime Green #25CE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 71.53%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 12.85%
G = 71.53%
B = 15.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#25CE2D (or 0x25CE2D) is known color: Lime Green. HEX triplet: 25, CE and 2D. RGB value is (37,206,45). Sum of RGB (Red+Green+Blue) = 37+206+45=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 206 (80.86% from 255 or 71.53% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 206 - color contains mainly: green. Hex color #25CE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CE2D is #DA31D2. Grayscale: #898989. Windows color (decimal): -14299603 or 3001893. OLE color: 3001893.

HSL color Cylindrical-coordinate representation of color #25CE2D: hue angle of 122.84º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CE2D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 206 45 -
CMYK 0.82 0 0.78 0.19
HSL 122.84º 0.7% 0.48% -
HSV(B) 122.84º 0.82% 0.81% -
XYZ 23.31 44.73 9.89 -
YUV 137.12 76.01 56.59 -
System Red Green Blue C M Y K H S L
Decimal 37 206 45 0.82 0 0.78 0.19 122.84 0.7 0.48
Hex 25 CE 2D 52 0 4E 13 7B 46 30
Octal 45 316 55 122 0 116 23 173 106 60
Binary 100101 11001110 101101 1010010 0 1001110 10011 1111011 1000110 110000

Color Harmonies of #25CE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CE2D

Black with #25CE2D

Text Example


Text Example

White with #25CE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,206,45); }

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

background-color css

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

 a { background-color: rgb(37,206,45); }

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

border-color css

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

 span { border-color: rgb(37,206,45); }

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