Html Css Color HEX #25CD30 Lime Green

📋 copy color: '#25CD30'

red 37 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #25CD30

Tints of Lime Green #25CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 70.69%

 BLUE value IS 48 (19.14% from 255) = 16.55%

R = 12.76%
G = 70.69%
B = 16.55%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#25CD30 (or 0x25CD30) is known color: Lime Green. HEX triplet: 25, CD and 30. RGB value is (37,205,48). Sum of RGB (Red+Green+Blue) = 37+205+48=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 205 (80.47% from 255 or 70.69% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 205 - color contains mainly: green. Hex color #25CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CD30 is #DA32CF. Grayscale: #898989. Windows color (decimal): -14299856 or 3198245. OLE color: 3198245.

HSL color Cylindrical-coordinate representation of color #25CD30: hue angle of 123.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CD30 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 205 48 -
CMYK 0.82 0 0.77 0.20
HSL 123.93º 0.69% 0.47% -
HSV(B) 123.93º 0.82% 0.8% -
XYZ 23.13 44.27 10.12 -
YUV 136.87 77.84 56.77 -
System Red Green Blue C M Y K H S L
Decimal 37 205 48 0.82 0 0.77 0.20 123.93 0.69 0.47
Hex 25 CD 30 52 0 4D 14 7C 45 2F
Octal 45 315 60 122 0 115 24 174 105 57
Binary 100101 11001101 110000 1010010 0 1001101 10100 1111100 1000101 101111

Color Harmonies of #25CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CD30

Black with #25CD30

Text Example


Text Example

White with #25CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,205,48); }

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

background-color css

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

 a { background-color: rgb(37,205,48); }

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

border-color css

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

 span { border-color: rgb(37,205,48); }

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