Html Css Color HEX #2FFC3F Lime Green

📋 copy color: '#2FFC3F'

red 47 ◦ green 252 ◦ blue 63

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

Shades of Lime Green #2FFC3F

Tints of Lime Green #2FFC3F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 69.61%

 BLUE value IS 63 (25% from 255) = 17.4%

R = 12.98%
G = 69.61%
B = 17.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#2FFC3F (or 0x2FFC3F) is known color: Lime Green. HEX triplet: 2F, FC and 3F. RGB value is (47,252,63). Sum of RGB (Red+Green+Blue) = 47+252+63=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC3F is #D003C0. Grayscale: #A9A9A9. Windows color (decimal): -13632449 or 4193327. OLE color: 4193327.

HSL color Cylindrical-coordinate representation of color #2FFC3F: hue angle of 124.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC3F is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 252 63 -
CMYK 0.81 0 0.75 0.01
HSL 124.68º 0.97% 0.59% -
HSV(B) 124.68º 0.81% 0.99% -
XYZ 36.88 70.58 16.38 -
YUV 169.16 68.08 40.87 -
System Red Green Blue C M Y K H S L
Decimal 47 252 63 0.81 0 0.75 0.01 124.68 0.97 0.59
Hex 2F FC 3F 51 0 4B 1 7D 61 3B
Octal 57 374 77 121 0 113 1 175 141 73
Binary 101111 11111100 111111 1010001 0 1001011 1 1111101 1100001 111011

Color Harmonies of #2FFC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFC3F

Black with #2FFC3F

Text Example


Text Example

White with #2FFC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,252,63); }

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

background-color css

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

 a { background-color: rgb(47,252,63); }

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

border-color css

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

 span { border-color: rgb(47,252,63); }

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