Html Css Color HEX #2FCA20 Lime Green

📋 copy color: '#2FCA20'

red 47 ◦ green 202 ◦ blue 32

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

Shades of Lime Green #2FCA20

Tints of Lime Green #2FCA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.39%

R = 16.73%
G = 71.89%
B = 11.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#2FCA20 (or 0x2FCA20) is known color: Lime Green. HEX triplet: 2F, CA and 20. RGB value is (47,202,32). Sum of RGB (Red+Green+Blue) = 47+202+32=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA20 is #D035DF. Grayscale: #888888. Windows color (decimal): -13645280 or 2148911. OLE color: 2148911.

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

Color convert

RGB 47 202 32 -
CMYK 0.77 0 0.84 0.21
HSL 114.71º 0.73% 0.46% -
HSV(B) 114.71º 0.84% 0.79% -
XYZ 22.55 42.95 8.47 -
YUV 136.28 69.15 64.32 -
System Red Green Blue C M Y K H S L
Decimal 47 202 32 0.77 0 0.84 0.21 114.71 0.73 0.46
Hex 2F CA 20 4D 0 54 15 73 49 2E
Octal 57 312 40 115 0 124 25 163 111 56
Binary 101111 11001010 100000 1001101 0 1010100 10101 1110011 1001001 101110

Color Harmonies of #2FCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCA20

Black with #2FCA20

Text Example


Text Example

White with #2FCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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