Html Css Color HEX #25CC2D Lime Green

📋 copy color: '#25CC2D'

red 37 ◦ green 204 ◦ blue 45

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

Shades of Lime Green #25CC2D

Tints of Lime Green #25CC2D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.33%

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

R = 12.94%
G = 71.33%
B = 15.73%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#25CC2D (or 0x25CC2D) is known color: Lime Green. HEX triplet: 25, CC and 2D. RGB value is (37,204,45). Sum of RGB (Red+Green+Blue) = 37+204+45=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC2D is #DA33D2. Grayscale: #888888. Windows color (decimal): -14300115 or 3001381. OLE color: 3001381.

HSL color Cylindrical-coordinate representation of color #25CC2D: hue angle of 122.87º 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 #25CC2D is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 204 45 -
CMYK 0.82 0 0.78 0.2
HSL 122.87º 0.69% 0.47% -
HSV(B) 122.87º 0.82% 0.8% -
XYZ 22.83 43.77 9.73 -
YUV 135.94 76.67 57.43 -
System Red Green Blue C M Y K H S L
Decimal 37 204 45 0.82 0 0.78 0.2 122.87 0.69 0.47
Hex 25 CC 2D 52 0 4E 14 7B 45 2F
Octal 45 314 55 122 0 116 24 173 105 57
Binary 100101 11001100 101101 1010010 0 1001110 10100 1111011 1000101 101111

Color Harmonies of #25CC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CC2D

Black with #25CC2D

Text Example


Text Example

White with #25CC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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