Html Css Color HEX #25CC3D Lime Green

📋 copy color: '#25CC3D'

red 37 ◦ green 204 ◦ blue 61

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

Shades of Lime Green #25CC3D

Tints of Lime Green #25CC3D

RGB

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

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

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

R = 12.25%
G = 67.55%
B = 20.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#25CC3D (or 0x25CC3D) is known color: Lime Green. HEX triplet: 25, CC and 3D. RGB value is (37,204,61). Sum of RGB (Red+Green+Blue) = 37+204+61=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC3D is #DA33C2. Grayscale: #8A8A8A. Windows color (decimal): -14300099 or 4049957. OLE color: 4049957.

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

Color convert

RGB 37 204 61 -
CMYK 0.82 0 0.70 0.2
HSL 128.62º 0.69% 0.47% -
HSV(B) 128.62º 0.82% 0.8% -
XYZ 23.2 43.92 11.67 -
YUV 137.77 84.67 56.13 -
System Red Green Blue C M Y K H S L
Decimal 37 204 61 0.82 0 0.70 0.2 128.62 0.69 0.47
Hex 25 CC 3D 52 0 46 14 81 45 2F
Octal 45 314 75 122 0 106 24 201 105 57
Binary 100101 11001100 111101 1010010 0 1000110 10100 10000001 1000101 101111

Color Harmonies of #25CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CC3D

Black with #25CC3D

Text Example


Text Example

White with #25CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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