Html Css Color HEX #25CF16 Lime Green

📋 copy color: '#25CF16'

red 37 ◦ green 207 ◦ blue 22

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

Shades of Lime Green #25CF16

Tints of Lime Green #25CF16

RGB

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

 GREEN value IS 207 (81.25% from 255) = 77.82%

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 13.91%
G = 77.82%
B = 8.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#25CF16 (or 0x25CF16) is known color: Lime Green. HEX triplet: 25, CF and 16. RGB value is (37,207,22). Sum of RGB (Red+Green+Blue) = 37+207+22=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 207 (81.25% from 255 or 77.82% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CF16 is #DA30E9. Grayscale: #878787. Windows color (decimal): -14299370 or 1494821. OLE color: 1494821.

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

Color convert

RGB 37 207 22 -
CMYK 0.82 0 0.89 0.19
HSL 115.14º 0.81% 0.45% -
HSV(B) 115.14º 0.89% 0.81% -
XYZ 23.22 45.08 8.24 -
YUV 135.08 64.18 58.04 -
System Red Green Blue C M Y K H S L
Decimal 37 207 22 0.82 0 0.89 0.19 115.14 0.81 0.45
Hex 25 CF 16 52 0 59 13 73 51 2D
Octal 45 317 26 122 0 131 23 163 121 55
Binary 100101 11001111 10110 1010010 0 1011001 10011 1110011 1010001 101101

Color Harmonies of #25CF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CF16

Black with #25CF16

Text Example


Text Example

White with #25CF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,207,22); }

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

background-color css

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

 a { background-color: rgb(37,207,22); }

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

border-color css

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

 span { border-color: rgb(37,207,22); }

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