Html Css Color HEX #2FC825 Lime Green

📋 copy color: '#2FC825'

red 47 ◦ green 200 ◦ blue 37

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

Shades of Lime Green #2FC825

Tints of Lime Green #2FC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 70.42%

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

R = 16.55%
G = 70.42%
B = 13.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#2FC825 (or 0x2FC825) is known color: Lime Green. HEX triplet: 2F, C8 and 25. RGB value is (47,200,37). Sum of RGB (Red+Green+Blue) = 47+200+37=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC825 is #D037DA. Grayscale: #888888. Windows color (decimal): -13645787 or 2476079. OLE color: 2476079.

HSL color Cylindrical-coordinate representation of color #2FC825: hue angle of 116.32º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FC825 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 200 37 -
CMYK 0.76 0 0.82 0.22
HSL 116.32º 0.69% 0.46% -
HSV(B) 116.32º 0.82% 0.78% -
XYZ 22.16 42.05 8.7 -
YUV 135.67 72.31 64.75 -
System Red Green Blue C M Y K H S L
Decimal 47 200 37 0.76 0 0.82 0.22 116.32 0.69 0.46
Hex 2F C8 25 4C 0 52 16 74 45 2E
Octal 57 310 45 114 0 122 26 164 105 56
Binary 101111 11001000 100101 1001100 0 1010010 10110 1110100 1000101 101110

Color Harmonies of #2FC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC825

Black with #2FC825

Text Example


Text Example

White with #2FC825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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