Html Css Color HEX #2FCE3D Lime Green

📋 copy color: '#2FCE3D'

red 47 ◦ green 206 ◦ blue 61

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

Shades of Lime Green #2FCE3D

Tints of Lime Green #2FCE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 14.97%
G = 65.61%
B = 19.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#2FCE3D (or 0x2FCE3D) is known color: Lime Green. HEX triplet: 2F, CE and 3D. RGB value is (47,206,61). Sum of RGB (Red+Green+Blue) = 47+206+61=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCE3D is #D031C2. Grayscale: #8E8E8E. Windows color (decimal): -13644227 or 4050479. OLE color: 4050479.

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

Color convert

RGB 47 206 61 -
CMYK 0.77 0 0.70 0.19
HSL 125.28º 0.63% 0.5% -
HSV(B) 125.28º 0.77% 0.81% -
XYZ 24.09 45.08 11.85 -
YUV 141.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 47 206 61 0.77 0 0.70 0.19 125.28 0.63 0.5
Hex 2F CE 3D 4D 0 46 13 7D 3F 32
Octal 57 316 75 115 0 106 23 175 77 62
Binary 101111 11001110 111101 1001101 0 1000110 10011 1111101 111111 110010

Color Harmonies of #2FCE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCE3D

Black with #2FCE3D

Text Example


Text Example

White with #2FCE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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