Html Css Color HEX #25CF1C Lime Green

📋 copy color: '#25CF1C'

red 37 ◦ green 207 ◦ blue 28

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

Shades of Lime Green #25CF1C

Tints of Lime Green #25CF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 13.6%
G = 76.1%
B = 10.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#25CF1C (or 0x25CF1C) is known color: Lime Green. HEX triplet: 25, CF and 1C. RGB value is (37,207,28). Sum of RGB (Red+Green+Blue) = 37+207+28=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CF1C is #DA30E3. Grayscale: #888888. Windows color (decimal): -14299364 or 1888037. OLE color: 1888037.

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

Color convert

RGB 37 207 28 -
CMYK 0.82 0 0.86 0.19
HSL 116.98º 0.76% 0.46% -
HSV(B) 116.98º 0.86% 0.81% -
XYZ 23.29 45.1 8.58 -
YUV 135.76 67.18 57.55 -
System Red Green Blue C M Y K H S L
Decimal 37 207 28 0.82 0 0.86 0.19 116.98 0.76 0.46
Hex 25 CF 1C 52 0 56 13 75 4C 2E
Octal 45 317 34 122 0 126 23 165 114 56
Binary 100101 11001111 11100 1010010 0 1010110 10011 1110101 1001100 101110

Color Harmonies of #25CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CF1C

Black with #25CF1C

Text Example


Text Example

White with #25CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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