Html Css Color HEX #2FCE41 Lime Green

📋 copy color: '#2FCE41'

red 47 ◦ green 206 ◦ blue 65

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

Shades of Lime Green #2FCE41

Tints of Lime Green #2FCE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.78%

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 14.78%
G = 64.78%
B = 20.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#2FCE41 (or 0x2FCE41) is known color: Lime Green. HEX triplet: 2F, CE and 41. RGB value is (47,206,65). Sum of RGB (Red+Green+Blue) = 47+206+65=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 206 (80.86% from 255 or 64.78% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCE41 is #D031BE. Grayscale: #8E8E8E. Windows color (decimal): -13644223 or 4312623. OLE color: 4312623.

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

Color convert

RGB 47 206 65 -
CMYK 0.77 0 0.68 0.19
HSL 126.79º 0.63% 0.5% -
HSV(B) 126.79º 0.77% 0.81% -
XYZ 24.2 45.13 12.44 -
YUV 142.39 84.32 59.96 -
System Red Green Blue C M Y K H S L
Decimal 47 206 65 0.77 0 0.68 0.19 126.79 0.63 0.5
Hex 2F CE 41 4D 0 44 13 7F 3F 32
Octal 57 316 101 115 0 104 23 177 77 62
Binary 101111 11001110 1000001 1001101 0 1000100 10011 1111111 111111 110010

Color Harmonies of #2FCE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCE41

Black with #2FCE41

Text Example


Text Example

White with #2FCE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,206,65); }

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

background-color css

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

 a { background-color: rgb(47,206,65); }

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

border-color css

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

 span { border-color: rgb(47,206,65); }

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