Html Css Color HEX #2FC425 Lime Green

📋 copy color: '#2FC425'

red 47 ◦ green 196 ◦ blue 37

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

Shades of Lime Green #2FC425

Tints of Lime Green #2FC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 70%

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

R = 16.79%
G = 70%
B = 13.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#2FC425 (or 0x2FC425) is known color: Lime Green. HEX triplet: 2F, C4 and 25. RGB value is (47,196,37). Sum of RGB (Red+Green+Blue) = 47+196+37=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC425 is #D03BDA. Grayscale: #858585. Windows color (decimal): -13646811 or 2475055. OLE color: 2475055.

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

Color convert

RGB 47 196 37 -
CMYK 0.76 0 0.81 0.23
HSL 116.23º 0.68% 0.46% -
HSV(B) 116.23º 0.81% 0.77% -
XYZ 21.25 40.22 8.39 -
YUV 133.32 73.64 66.43 -
System Red Green Blue C M Y K H S L
Decimal 47 196 37 0.76 0 0.81 0.23 116.23 0.68 0.46
Hex 2F C4 25 4C 0 51 17 74 44 2E
Octal 57 304 45 114 0 121 27 164 104 56
Binary 101111 11000100 100101 1001100 0 1010001 10111 1110100 1000100 101110

Color Harmonies of #2FC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC425

Black with #2FC425

Text Example


Text Example

White with #2FC425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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