Html Css Color HEX #2FC025 Lime Green

📋 copy color: '#2FC025'

red 47 ◦ green 192 ◦ blue 37

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

Shades of Lime Green #2FC025

Tints of Lime Green #2FC025

RGB

 RED value IS 47 (18.75% from 255) = 17.03%

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 17.03%
G = 69.57%
B = 13.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#2FC025 (or 0x2FC025) is known color: Lime Green. HEX triplet: 2F, C0 and 25. RGB value is (47,192,37). Sum of RGB (Red+Green+Blue) = 47+192+37=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC025 is #D03FDA. Grayscale: #838383. Windows color (decimal): -13647835 or 2474031. OLE color: 2474031.

HSL color Cylindrical-coordinate representation of color #2FC025: hue angle of 116.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FC025 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 37 -
CMYK 0.76 0 0.81 0.25
HSL 116.13º 0.68% 0.45% -
HSV(B) 116.13º 0.81% 0.75% -
XYZ 20.36 38.44 8.1 -
YUV 130.98 74.96 68.1 -
System Red Green Blue C M Y K H S L
Decimal 47 192 37 0.76 0 0.81 0.25 116.13 0.68 0.45
Hex 2F C0 25 4C 0 51 19 74 44 2D
Octal 57 300 45 114 0 121 31 164 104 55
Binary 101111 11000000 100101 1001100 0 1010001 11001 1110100 1000100 101101

Color Harmonies of #2FC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC025

Black with #2FC025

Text Example


Text Example

White with #2FC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FC025; }

 p { color: rgb(47,192,37); }

 H1.HeaderClassName
 {
   color: #2FC025;
 }
 .AnyTagClassName
 {
   color: #2FC025;
 }
</style>

background-color css

<style>
 a { background-color: #2FC025; }

 a { background-color: rgb(47,192,37); }

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

border-color css

<style>
 span { border-color: #2FC025; }

 span { border-color: rgb(47,192,37); }

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