Html Css Color HEX #2FCA40 Lime Green

📋 copy color: '#2FCA40'

red 47 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #2FCA40

Tints of Lime Green #2FCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.54%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 15.02%
G = 64.54%
B = 20.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#2FCA40 (or 0x2FCA40) is known color: Lime Green. HEX triplet: 2F, CA and 40. RGB value is (47,202,64). Sum of RGB (Red+Green+Blue) = 47+202+64=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA40 is #D035BF. Grayscale: #8C8C8C. Windows color (decimal): -13645248 or 4246063. OLE color: 4246063.

HSL color Cylindrical-coordinate representation of color #2FCA40: hue angle of 126.58º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCA40 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 47 202 64 -
CMYK 0.77 0 0.68 0.21
HSL 126.58º 0.62% 0.49% -
HSV(B) 126.58º 0.77% 0.79% -
XYZ 23.22 43.22 11.97 -
YUV 139.92 85.15 61.72 -
System Red Green Blue C M Y K H S L
Decimal 47 202 64 0.77 0 0.68 0.21 126.58 0.62 0.49
Hex 2F CA 40 4D 0 44 15 7F 3E 31
Octal 57 312 100 115 0 104 25 177 76 61
Binary 101111 11001010 1000000 1001101 0 1000100 10101 1111111 111110 110001

Color Harmonies of #2FCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA40

Black with #2FCA40

Text Example


Text Example

White with #2FCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,202,64); }

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

background-color css

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

 a { background-color: rgb(47,202,64); }

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

border-color css

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

 span { border-color: rgb(47,202,64); }

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