Html Css Color HEX #25CA3D Lime Green

📋 copy color: '#25CA3D'

red 37 ◦ green 202 ◦ blue 61

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

Shades of Lime Green #25CA3D

Tints of Lime Green #25CA3D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 67.33%

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

R = 12.33%
G = 67.33%
B = 20.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#25CA3D (or 0x25CA3D) is known color: Lime Green. HEX triplet: 25, CA and 3D. RGB value is (37,202,61). Sum of RGB (Red+Green+Blue) = 37+202+61=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA3D is #DA35C2. Grayscale: #888888. Windows color (decimal): -14300611 or 4049445. OLE color: 4049445.

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

Color convert

RGB 37 202 61 -
CMYK 0.82 0 0.70 0.21
HSL 128.73º 0.69% 0.47% -
HSV(B) 128.73º 0.82% 0.79% -
XYZ 22.73 42.97 11.51 -
YUV 136.59 85.34 56.96 -
System Red Green Blue C M Y K H S L
Decimal 37 202 61 0.82 0 0.70 0.21 128.73 0.69 0.47
Hex 25 CA 3D 52 0 46 15 81 45 2F
Octal 45 312 75 122 0 106 25 201 105 57
Binary 100101 11001010 111101 1010010 0 1000110 10101 10000001 1000101 101111

Color Harmonies of #25CA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CA3D

Black with #25CA3D

Text Example


Text Example

White with #25CA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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