Html Css Color HEX #2FC925 Lime Green

📋 copy color: '#2FC925'

red 47 ◦ green 201 ◦ blue 37

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

Shades of Lime Green #2FC925

Tints of Lime Green #2FC925

RGB

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

 GREEN value IS 201 (78.91% from 255) = 70.53%

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

R = 16.49%
G = 70.53%
B = 12.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#2FC925 (or 0x2FC925) is known color: Lime Green. HEX triplet: 2F, C9 and 25. RGB value is (47,201,37). Sum of RGB (Red+Green+Blue) = 47+201+37=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC925 is #D036DA. Grayscale: #888888. Windows color (decimal): -13645531 or 2476335. OLE color: 2476335.

HSL color Cylindrical-coordinate representation of color #2FC925: hue angle of 116.34º 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 #2FC925 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 201 37 -
CMYK 0.77 0 0.82 0.21
HSL 116.34º 0.69% 0.47% -
HSV(B) 116.34º 0.82% 0.79% -
XYZ 22.39 42.51 8.78 -
YUV 136.26 71.98 64.34 -
System Red Green Blue C M Y K H S L
Decimal 47 201 37 0.77 0 0.82 0.21 116.34 0.69 0.47
Hex 2F C9 25 4D 0 52 15 74 45 2F
Octal 57 311 45 115 0 122 25 164 105 57
Binary 101111 11001001 100101 1001101 0 1010010 10101 1110100 1000101 101111

Color Harmonies of #2FC925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC925

Black with #2FC925

Text Example


Text Example

White with #2FC925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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